首页 > 其他 > 详细

npm run dev 修改后自动重启服务器

时间:2019-06-22 20:39:52      阅读:404      评论:0      收藏:0      [点我收藏+]
"scripts": {
"dev": "supervisor index"
},

Running node-supervisor with
program ‘index‘
--watch ‘.‘
--extensions ‘node,js‘
--exec ‘node‘

Starting child process with ‘node index‘
Watching directory ‘C:\wamp\www\zhang\3jd\day1\router‘ for changes.
Press rs for restarting the process.

 

npm run dev 修改后自动重启服务器

原文:https://www.cnblogs.com/shenlan88/p/11070035.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!