node插件

node插件

nodemon

一个node插件,检测代码实时变化并编译
安装:npm install -g nodemon
运行:nodemon filepath

nrm

设置镜像 使用nrm管理
设置原地址 npm config set registry http://registry.npmjs.org
设置国内淘宝镜像 npm config set registry https://registry.npm.taobao.org
使用nrm管理
npm i -g nrm
nrm -ls 查看可选的源
nrm use ? 使用该源
nrm test ?测试源的响应时间

猜你喜欢

转载自www.cnblogs.com/ltfxy/p/12507849.html