Element UI wrapper
yarn install
yarn build
// Lib Build
yarn build:lib
yarn test:unit
yarn lint
yarn lint:css
// main.js
import Vue from 'vue';
import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
import wrapper from 'wrapper';
Vue.use(ElementUI);
Vue.use(wrapper);