nodejs 热更新

297 阅读1分钟
npm install node-dev -D
// package.json 里的script中,配置
"start": "node-dev ./bin/www"
// 启动项目
npm run start