私有库提速方案
1、阿里云公网私有库 http://47.114.119.218:4873
2、阿里云内网私有库 http://172.16.76.184:4873
3、公司本地机子内网私有库 https://registry.lanhanba.net (先查询1,在查询淘宝源,因为无法指向2)
一、如果项目是在公司内网机子的ci的环境上
npm install --registry=https://registry.lanhanba.net
二、如果项目是在阿里云上的环境上,因为 内网比 公网快
npm install --registry=http://172.16.76.184:4873
三、本地使用私有库,像私有库推送三方库全部使用公网
http://47.114.119.218:4873