同时执行多条监听命令

安装concurrently

npm i concurrently --save-dev
concurrently \"node server.js\" \"webpack --watch\"

你可能感兴趣的:(同时执行多条监听命令)