We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
今天发现了这个好用的 Node.js 自动重载工具 nodemon,与老牌 supervisor 不同的是,它原生支持 CoffeeScript,而且会自动 watch 文件的变化,当被 watch 的文件被修改时,会自动重新载入(reload)该文件。
安装:
npm install -g nodemon
使用:
nodemon ./server.coffee
更详细的介绍请查看:https://github.com/remy/nodemon
The text was updated successfully, but these errors were encountered:
这里的“重载”指的是一个怎样的过程呢?
Sorry, something went wrong.
重载就是 reload。
No branches or pull requests
今天发现了这个好用的 Node.js 自动重载工具 nodemon,与老牌 supervisor 不同的是,它原生支持 CoffeeScript,而且会自动 watch 文件的变化,当被 watch 的文件被修改时,会自动重新载入(reload)该文件。
安装:
使用:
更详细的介绍请查看:https://github.com/remy/nodemon
The text was updated successfully, but these errors were encountered: