vuejs学习2使用ElementUI

46次阅读

共计 272 个字符,预计需要花费 1 分钟才能阅读完成。

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 run dev

正文完
 0