wot-design
Version:
Mobile UI components built on vue.js
40 lines (25 loc) • 721 B
Markdown
# Wot Design
An ui component library built on vue.js.
[Documentation](http://ftf.jd.com/wot-design/)
# Build Status
[](https://app.netlify.com/sites/wot-design/deploys)
## Install
```bash
npm i wot-design
```
## Quick Start
```javascript
import Vue from 'vue'
import WotDesign from 'wot-design'
Vue.use(WotDesign)
// or
import {
Button,
Swipe
} from 'wot-design'
Vue.use(Button)
Vue.use(Swipe)
```
For more information, please refer to [Quick Start](http://ftf.jd.com/wot-design/#/components/quickUse) in our documentation.
## LICENSE
[MIT](https://github.com/jd-ftf/wot-design/blob/dev/LICENSE)