1、concurrently
https://developer.aliyun.com/mirror/npm/package/concurrently
2、示例
"start": "concurrently \"command1 arg\" \"command2 arg\""
command1 和 command2 会并行处理
1、concurrently
https://developer.aliyun.com/mirror/npm/package/concurrently
2、示例
"start": "concurrently \"command1 arg\" \"command2 arg\""
command1 和 command2 会并行处理
相关文章: