nodejs 热更新 爱写代码的渔夫 2021-01-18 297 阅读1分钟 npm install node-dev -D // package.json 里的script中,配置 "start": "node-dev ./bin/www" // 启动项目 npm run start