
<!--<br/>-->

<p font-size="40px" align="center">Mobile UI component library built on Vue and Webpack</p>

### Install

```bash
npm install owl-ui -S
```

### Usage

```js
import 'owl-ui/lib/flexible' // Mobile adaptive solution
import Vue from 'vue'
import Owl from 'owl-ui'
import 'owl-ui/lib/styles/owl-ui.css'

Vue.use(Owl)
```

### Development

```bash
git clone git@github.com:dengwb1991/owl-ui.git

cd owl-ui

npm install

npm run dev

# or run document development

npm run docs
```

### Docs

[[Home]](http://owl-ui.dengwb.com)

### Examples

[[Example]](http://owl-ui.dengwb.com/examples)

### Author

[[Dengwb]](http://www.dengwb.com)

### Connection

[[JueJin]](https://juejin.im/post/5c6504d06fb9a049c6445a25)

