nodemon 卡在 restarting due to changes... 不动了怎么解决
在package.json里配置一下scripts:
"scripts": { "start": "nodemon --watch src -e html,vue,js,less build/build.js" },