@hometownjs/npm-proxy
v1.0.0
Published
HoMeTown's npm proxy setting guidelines.
Readme
淘宝镜像
设置淘宝镜像
// new
npm config set registry https://registry.npmmirror.com// old
npm config set registry http://registry.npm.taobao.org官网镜像
设置官网镜像
npm config set registry https://registry.npmjs.org检查镜像
npm get registry 装包使用
npm install --save-dev @hometownjs/npm-proxyAuthor
HoMeTown 🙊
