切换淘宝镜像。
npm install -g cnpm --

registry=https://registry.npm.taobao.org
  1. 安装 element ui
npm i element-ui -S
  1. 项目中引入添加组件
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'

Vue.use(ElementUI)

Wolfe
9 声望1 粉丝