npm i concurrently --save-dev
然后按以下步骤设置您的
npm run dev任务:
"dev": "concurrently --kill-others "npm run start-watch" "npm run wp-server""
欢迎分享,转载请注明来源:内存溢出
npm i concurrently --save-dev
然后按以下步骤设置您的
npm run dev任务:
"dev": "concurrently --kill-others "npm run start-watch" "npm run wp-server""
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)