Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想并行构建很多 Vue.js 组件。目前我npx vue-cli-service build ...多次调用,但每次启动一个新的 Node.js 实例时,都会占用大量内存。单个实例也可以吗?
npx vue-cli-service build ...