Table of Contents
概述
nodemon 用来监视 node.js 应用程序中的文件的任何更改并自动重启服务,非常适合用在开发环境中。 nodemon 将监视启动目录中的文件,如果有任何文件更改,nodemon 将自动重新启动 node 应用程序。
nodemon 不需要对代码或开发方式进行任何更改。 nodemon 只是简单的包装你的 node 应用程序,并监控任何已经改变的文件。
使用教程
- 全局安装
npm install -g nodemon
- 使用 nodemon 启动应用
以前是使用node app.js现在改成
nodemon app.js
- 在 webStorm 中使用
首先通过which nodemon获得二进制包位置,再填入 webStorm 项目的Run/Debug Configurations设置中



Thank you for your sharing. I am worried that I lack creative ideas. It is your article that makes me full of hope. Thank you. But, I have a question, can you help me? https://accounts.binance.com/de-CH/register?ref=W0BCQMF1
Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope you can help me.