Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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组件库开发教程
- Host: GitHub
- URL: https://github.com/dengwb1991/owl-ui
- Owner: dengwb1991
- License: mit
- Created: 2018-12-11T03:50:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T06:22:04.000Z (over 4 years ago)
- Last Synced: 2024-10-15T08:07:57.471Z (3 months ago)
- Topics: components, docs, owl, owl-ui, ui, vue
- Language: JavaScript
- Homepage: https://owl-ui.dengwb.com
- Size: 14.5 MB
- Stars: 207
- Watchers: 5
- Forks: 38
- 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 [email protected]: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)