npm+cnpm+vuecli3打包相关


1,npm install和cnpm install时的不同

https://blog.csdn.net/csm0912/article/details/90264026

 

2,npm设置和查看仓库源

https://www.cnblogs.com/wenjunwei/p/10078460.html

使用nrm管理registry地址

a.下载nrm

npm install -g nrm

b.添加registry地址

nrm add npm http://registry.npmjs.org

nrm add taobao https://registry.npm.taobao.org

c.切换npm registry地址

nrm use taobao

nrm use npm

 

3,todo output


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM