nodejsnodemon

npm install -g nodemon

nodemon app.js


Using nodemon means you don’t have to restart your app each time you make a change. For more infomation on nodemon see the README
原文地址:https://www.cnblogs.com/panzulong/p/2314427.html