1.0.0 • Published 4 years ago

@juukee/fluid v1.0.0

Weekly downloads
85
License
ISC
Repository
github
Last release
4 years ago

npm加速:

别名法

alias cnpm="npm --registry=https://registry.npm.taobao.org 

配置文件法

npm config set registry https://registry.npm.taobao.org

直接用第三方的npm

npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install

node调试nodemon

npm install -g nodemon
nodemon run  #run运行的文件

yarn 安装教程

安装教程