打赏

npm 并行执行 concurrently

1、concurrently

https://developer.aliyun.com/mirror/npm/package/concurrently

 

2、示例

"start": "concurrently \"command1 arg\" \"command2 arg\""
command1 和 command2 会并行处理 
posted @ 2020-07-28 16:43  孟繁贵  阅读(1072)  评论(0编辑  收藏  举报
TOP