Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wunci/wat
mobile web UI on Vue.js 2.5
https://github.com/wunci/wat
javascript mobile-web vue vue-components wat-ui
Last synced: about 1 month ago
JSON representation
mobile web UI on Vue.js 2.5
- Host: GitHub
- URL: https://github.com/wunci/wat
- Owner: wunci
- License: mit
- Created: 2018-09-04T11:32:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T06:19:29.000Z (about 1 year ago)
- Last Synced: 2024-11-22T18:11:45.761Z (about 2 months ago)
- Topics: javascript, mobile-web, vue, vue-components, wat-ui
- Language: Vue
- Homepage:
- Size: 3.13 MB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/npm/v/wat-ui.svg) ![](https://img.shields.io/badge/LICENSE-MIT-green.svg) ![](http://img.shields.io/npm/dm/wat-ui.svg) ![](http://img.badgesize.io/https://unpkg.com/wat-ui/lib/wat.min.js?compression=gzip&label=gzip%20size:%20js) ![](http://img.badgesize.io/https://unpkg.com/wat-ui/lib/wat.min.css?compression=gzip&label=gzip%20size:%20css)
## Install
```
npm install wat-ui -S
```## Quick Start
```
import Vue from 'vue'
import Wat from 'wat-ui'
import 'wat-ui/lib/wat.css'Vue.use(Wat)
```
## CDN```
```
## Documents
## LICENSE
MIT