yixinglab-ui-pc
v2.0.0
Published
A high quality UI components Library with Vue.js
Downloads
4
Maintainers
Readme
YixingLab
A Vue.js 2.0 UI Toolkit for Web.
Install
npm install yixinglab-ui-pc -S
Quick Start
import Vue from 'vue'
import YixingLab from 'yixinglab-ui-pc'
Vue.use(YixingLab)
// or
import {
Select,
Button
// ...
} from 'yixinglab-ui-pc'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
For more information, please refer to Quick Start in our documentation.
LICENSE
MIT