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

https://github.com/alex8088/wx-vue

Mobile UI Components based on Vue.js and WeUI
https://github.com/alex8088/wx-vue

mobile-ui vue vue-components weui wx-vue

Last synced: about 2 months ago
JSON representation

Mobile UI Components based on Vue.js and WeUI

Awesome Lists containing this project

README

        



Mobile UI Components based on Vue.js and WeUI


npm
build
license
gzip


中文  |  English

---

## Introduction

wx-vue is a mobile UI library based on [Vue.js](http://vuejs.org/) and [WeUI](https://weui.io/). Features:

- Base on WeUI design
- 40+ Reusable components
- Easy to use and remain flexible and standardized
- Extensive documentation and demos
- Support on-demand loading
- Support TypeScript
- Support custom themes
- Provide a complete mobile ui development framework

###### Browser Support

> Android 4.0+, iOS 8.0+

## Preview

![Demo](https://alex8088.github.io/assets/wxvue-qrcode.png)

## Documentation

Get started with the [documentation](https://alex8088.github.io/wxvue/docs/#/)

## Installation

```bash
npm install wx-vue -S
```

## Quick Start

``` javascript
import Vue from 'vue'
import App from './App.vue'
import 'wx-vue/lib/styles/index.css'
import Wx from 'wx-vue'

Vue.use(Wx)

new Vue({
el: '#app',
render: h => h(App)
})
```

See more in [Guide](https://alex8088.github.io/wxvue/docs/guide/quickstart.html).

## Links

- [change logs](./CHANGELOG.md)
- [issues](https://github.com/alex8088/wx-vue/issues)
- [weui](https://weui.io/)

## License

[MIT](./LICENSE)