问答详情
源自:2-2 路由的介绍和路由定义规则

nodemon

nodemon 卡在 restarting due to changes... 不动了怎么解决 

提问者:xly_code 2019-12-28 22:56

个回答

  • 慕九州3646824
    2020-01-19 01:09:01

    在package.json里配置一下scripts:   

     "scripts": {       "start": "nodemon --watch src -e html,vue,js,less build/build.js"     },