eui-element is a component library with secondary encapsulation based on element-ui. It mainly encapsulates some components for its own business and customizes new themes for element-ui.
Everyone can customize their own component library using the framework.
npm install eui-element -S
Introduce the plug-in in the main.js file and register it
import Vue from 'vue'
import euiElement from 'eui-element'
import 'eui-element/lib/euiElement.css'
Vue.use(euiElement)
Consistent with element-ui: modern browsers and IE10+
2018-11-21: Added support for md format document output. Documents such as installation, quick start, layout, layout container, button, navigation menu, and dialog box have been output, and the corresponding components have also been inherited. Some components still have bugs.
2018-11-16: Add css introduction instructions using the method
2018-11-15: Framework construction, inheriting the three components of button, button-group, and dialog