0

当我使用shelljs时,如何通过打开另一个 shell 窗口或选项卡来执行脚本?

我需要同时启动 api 服务器和构建应用程序。喜欢

var shell = require('shelljs'); ... shell.exec('node server.js'); shell.exec('npm run build')

4

0 回答 0