nodemon

官方网站:http://nodemon.io/

github地址:https://github.com/remy/nodemon/

简介:Nodemon 是一款非常实用的工具,用来监控你 node.js 源代码的任何变化和自动重启你的服务器。 Nodemon 是一款完美的开发工具

$ npm install -g nodemon
$ nodemon index.js
$ nodemon --inspect app.js

结合vscode调试:https://www.cnblogs.com/CyLee/p/9321571.html

$ nodemon --inspect app.js  chrome DevTool 调试:https://www.cnblogs.com/CyLee/p/9320569.html

相关文章:

  • 2022-01-01
  • 2022-12-23
  • 2021-11-21
  • 2021-10-25
  • 2021-05-08
  • 2021-09-15
  • 2021-10-07
猜你喜欢
  • 2021-09-06
  • 2021-12-01
  • 2021-10-01
  • 2021-12-15
  • 2021-10-29
  • 2022-01-22
相关资源
相似解决方案