ElementUI 官网
https://element.eleme.cn/#/zh-CN
Vue 安装 ElementUI
一个命令搞定
npm i element-ui -S



没搞定的检查下 npm 镜像,修改镜像源为淘宝
npm config set registry https://registry.npmmirror.com
查看 npm 镜像
npm config get
或者安装 nrm,管理 npm 镜像
npm install nrm -g
nrm 切换镜像为 taobao
nrm ls
nrm use taobao
nrm current
