"scripts": {//前端"client-install": "npm install --prefix client","client": "npm start --prefix client",//后端"start": "node server.js","server": "nodemon server.js",//连载"dev": "concurrently \"npm run server\" \"npm run client\""},
原文:https://www.cnblogs.com/wangweigit3077/p/10213598.html