关于npm ---- npm 命令行运行多个命令
Posted 一城柳絮吹成雪
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于npm ---- npm 命令行运行多个命令相关的知识,希望对你有一定的参考价值。
需要安装 concurrently 模块 npm install concurrently
在packjson中运行
"scripts": { "start": "concurrently \"npm run serve\" \"npm run node\"", "serve": "vue-cli-service serve", "node": "node server/index", "build": "vue-cli-service build", "lint": "vue-cli-service lint", "test:unit": "vue-cli-service test:unit" }
以上是关于关于npm ---- npm 命令行运行多个命令的主要内容,如果未能解决你的问题,请参考以下文章
致命错误:使用任何“npm”命令时 JavaScript 堆内存不足