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
- Host: GitHub
- URL: https://github.com/alex8088/wx-vue
- Owner: alex8088
- License: mit
- Created: 2020-06-24T09:40:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T06:50:33.000Z (almost 5 years ago)
- Last Synced: 2025-04-12T21:11:55.717Z (about 2 months ago)
- Topics: mobile-ui, vue, vue-components, weui, wx-vue
- Language: CSS
- Homepage: https://alex8088.github.io/wxvue/docs/
- Size: 377 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en-US.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Mobile UI Components based on Vue.js and WeUI
![]()
![]()
![]()
![]()
中文 | 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

## 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)