乐趣区

关于vue.js:Vue-Element-UI

切换淘宝镜像。
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)
退出移动版