https://github.com/dengwb1991/owl-ui
🦉 基于 Vue 开发移动端UI组件库 🎉附UI组件库开发教程
https://github.com/dengwb1991/owl-ui
components docs owl owl-ui ui vue
Last synced: 6 months ago
JSON representation
🦉 基于 Vue 开发移动端UI组件库 🎉附UI组件库开发教程
- Host: GitHub
- URL: https://github.com/dengwb1991/owl-ui
- Owner: dengwb1991
- License: mit
- Created: 2018-12-11T03:50:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T06:22:04.000Z (over 5 years ago)
- Last Synced: 2025-04-09T18:16:21.209Z (6 months ago)
- Topics: components, docs, owl, owl-ui, ui, vue
- Language: JavaScript
- Homepage: https://owl-ui.dengwb.com
- Size: 14.5 MB
- Stars: 206
- Watchers: 4
- Forks: 39
- Open Issues: 1
-
Metadata Files:
- Readme: README-EN.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
Mobile UI component library built on Vue and Webpack
### 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.gitcd 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)