赞
踩
按照官方的指令安装vue-cli的时候发现巨慢,此时想到应该可以ubuntu一样换个aliyun源
npm config set registry https://registry.npm.taobao.org --global
更换源之后检查是否更换成功
npm config get registry
或
npm info express
npm uninstall -g vue-cli
要用admin权限运行cmd
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install -g vue-cli
vue init webpack Vue-Project(新建项目)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。