2.0.0 • Published 7 years ago

yixinglab-ui-pc v2.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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