- npm config get registry (获取仓库镜像)
- npm config set registry=http://mvn.fuwushe.org:1111/repository/npm-repository/(设置镜像)
- npm config set registry https://registry.npmjs.org
- npm login —registry=http://mvn.fuwushe.org:1111/repository/npm-release(要求录入用户名、密码、邮箱)
- npm publish —registry http://mvn.fuwushe.org:1111/repository/npm-release/ (发布)
