1.element安装
开发环境是win10,一到node官网下载node的.msi包安装,二到淘宝cpm镜像查看cpm镜像命令:npm install -g cnpm –registry=https://registry.npm.taobao.org,三安装vue-cli:npm install -g @vue/cli。
vue create test
官方git地址https://github.com/ElementUI/…
git clone https://github.com/ElementUI/element-starter
yarn #npm install
npm run dev