node热更新

nodemon

nodemon可以自动检测到目录中的文件更改时通过重新启动应用程序来调试基于node.js的应用程序。

安装

npm install -g nodemon
//
npm install --save-dev nodemon

https://www.jianshu.com/p/a35dfc72c6e6

posted on 2021-10-13 10:05  HHH_B  阅读(111)  评论(0编辑  收藏  举报

导航