(vuejs学习)2、使用ElementUI(*)

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
    原文作者:沧浪水
    原文地址: https://segmentfault.com/a/1190000019948295
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞