1.全局安装 nodemon
npm i nodemon -g -f
2. 在项目中安装nodemon
npm i nodemon -f
3.使用nodemon
在express项目中 运行nodemon
nodemon bin/www
这个时候就可以实现自动更新了