全局安装nodemon
npm install -g nodemon
使用就简单了.以前要么是 node app,要么是npm start.
有nodemon后,启动程序直接进入项目根目录 nodemon就可以了
他会自动寻找可启动的文件,启动.
会自动重启
rs命令
全局安装nodemon
npm install -g nodemon
使用就简单了.以前要么是 node app,要么是npm start.
有nodemon后,启动程序直接进入项目根目录 nodemon就可以了
他会自动寻找可启动的文件,启动.
会自动重启
rs命令