element components
1.0.0
ギットハブページ
ジーティーページ
import Vue from 'vue'
import Element from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
Vue . use ( Element )
npm i element-components -S
# or
yarn add element-components
// main.js
// 全局引入
import VComponents from 'vcomponents-element'
Vue . use ( VComponents )