Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dengwb1991/owl-ui

🦉 基于 Vue 开发移动端UI组件库 🎉附UI组件库开发教程
https://github.com/dengwb1991/owl-ui

components docs owl owl-ui ui vue

Last synced: about 15 hours ago
JSON representation

🦉 基于 Vue 开发移动端UI组件库 🎉附UI组件库开发教程

Awesome Lists containing this project

README

        




Mobile UI component library built on Vue and Webpack



vue


npm



LICENSE


commit


downloads


star


build

### 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 [email protected]: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)