0.0.2-beta • Published 3 years ago
@scgs/element-ui v0.0.2-beta
A Vue.js 2.0 UI Toolkit for Web.
Install
npm install @scgs/element-ui -S
Quick Start
import Vue from 'vue'
import Element from '@scgs/element-ui'
Vue.use(Element)
// or
import {
Select,
Button
// ...
} from '@scgs/element-ui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
For more information, please refer to Quick Start in our documentation.
0.0.2-beta
3 years ago
0.0.1-beta
3 years ago