博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
nodemon 与 supervisor 项目自动重启工具
阅读量:6360 次
发布时间:2019-06-23

本文共 462 字,大约阅读时间需要 1 分钟。

hot3.png

    nodemon will watch the files in the directory in which nodemon was started, and if any files change, nodemon will automatically restart your node application.

自动检测node项目文件改动,如果改动就自动重启项目,不需要手动重启了

nodemon

安装:npm install -g nodemon

用法:nodemon [your node app]

supervisor

安装:npm install -g supervisor

用法:supervisor [your node app]

supervisor有的项目不能正常使用(可能是node版本问题),可以改用nodemon

113937_dcqs_2301144.png

个人觉得如果不用debug的时候,我还是比较喜欢用powerShell控制台

113937_v0RA_2301144.png

转载于:https://my.oschina.net/wjj328938669/blog/650531

你可能感兴趣的文章
大话数据结构读后感——第一章
查看>>
各种排序
查看>>
Optional
查看>>
sed 命令编辑文本
查看>>
Activity调用isDestroyed()方法报出,java.lang.NoSuchMethodError
查看>>
Keepalived详解(四):通过vrrp_script实现对集群资源的监控【转】
查看>>
CollapsingToolbarLayoutDemo【可折叠式标题栏,顺便带有CardView卡片式布局】
查看>>
CentOS7.4安装配置mysql5.7 TAR免安装版
查看>>
解决IE二级链接无法打开故障
查看>>
Windows phone应用开发[16]-数据加密
查看>>
通用数据压缩算法简介
查看>>
The next Industry Standard in IT Monitoring, a python implementation Nagios like tool --- Shinken
查看>>
(笔记)找工作,该怎么进补
查看>>
div的显示和隐藏以及点击图标的更改
查看>>
(轉貼) Ubuntu將在ARM平台netbook上現身 (SOC) (News) (Linux) (Ubuntu)
查看>>
SQL注入测试工具:Pangolin(穿山甲)
查看>>
在html 的img属性里只显示图片的部分区域(矩形,给出开始点和结束点),其他部份不显示,也不要拉伸...
查看>>
程序员第二定律:量化管理在程序员身上永无可能
查看>>
ubuntu一些脚本的执行顺序
查看>>
类继承的结构
查看>>