摘要:
express4以上启动使用的是 : npm start 使用 supervisor 实时监控程序的变化,避免频繁重启服务 npm install supervisor -g 然后在 package.json 中 node ./bin/www 更改为 supervisor ./bin/www 然后在启动服务 : npm start 即可 阅读全文
posted @ 2016-03-15 18:38
ayguo
阅读(324)
评论(0)
推荐(0)
浙公网安备 33010602011771号