vue-element-admin安装趟坑
1、下载源码
2、执行
npm install --registry=https://registry.npm.taobao.org
如果遇到"git ls-remote -h -t"之类的错误,执行以下代码:
git config --global url."https://github.com/".insteadOf "ssh://git@github.com/" git config --global url."https://github.com/".insteadOf "git://github.com/"
原创作者:http://www.cnblogs.com/huangsheng/