标签: node.js shelljs
当我使用shelljs时,如何通过打开另一个shell窗口或选项卡来执行脚本?
shelljs
我需要启动api服务器并构建应用程序。喜欢
var shell = require('shelljs'); ... shell.exec('node server.js'); shell.exec('npm run build')