vking123
v0.1.11
Published
A Component Library for Vue.js.
Downloads
55
Readme
A Vue.js 2.0 UI Toolkit for Web.
Install
npm install vking123 -S
Quick Start
import Vue from 'vue'
import Element from 'vking123'
Vue.use(Element)
// or
import {
Select,
Button
// ...
} from 'vking123'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
Browser Support
Modern browsers and Internet Explorer 9+.s
Special Thanks
English documentation is brought to you by SwiftGG Translation Team. Our special thanks go to these fellows:
LICENSE
MIT