[vue]常用指令集合

 1.设置淘宝镜像

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

还原npm镜像

npm config set registry https://registry.npmjs.org/
原文地址:https://www.cnblogs.com/lv77/p/14855812.html