Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex8088/wx-vue-next
A Vue.js 3 Mobile UI component library based on the WeUI Design (WIP)
https://github.com/alex8088/wx-vue-next
component mobile ui vue weui
Last synced: 26 days ago
JSON representation
A Vue.js 3 Mobile UI component library based on the WeUI Design (WIP)
- Host: GitHub
- URL: https://github.com/alex8088/wx-vue-next
- Owner: alex8088
- License: mit
- Created: 2021-11-02T03:28:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T05:57:16.000Z (over 2 years ago)
- Last Synced: 2024-12-22T00:19:26.025Z (about 2 months ago)
- Topics: component, mobile, ui, vue, weui
- Language: Less
- Homepage:
- Size: 341 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
wx-vue
A Vue.js 3 Mobile UI components library based on the WeUI Design
![]()
English | 中文---
## Features
- 🍥 Base on WeUI Design
- 🚀 More then 40 components(WIP)
- 📗 Extensive documentation and demos
- 🔥 Written in TypeScript
- 🔥 Support Vue 3
- 💪 Support on-demand import
- 💪 Support dark mode
- 💪 Support custom theme## Usage
### Install
```sh
npm i wx-vue
```### Quick Start
```js
import { createApp } from 'vue';
import App from './App.vue';
import Wx from 'wx-vue';
import 'wx-vue/dist/wx-vue.css';const app = createApp(App);
app.use(Wx);
app.mount('#app');
```Read the [documentation](https://alex8088.github.io/wx-vue-next/docs/) to learn more.
## Preview
![Demo](https://alex8088.github.io/assets/wx-vue-qrcode.png)
## Links
- [weui](https://weui.io/)
## License
[MIT](./LICENSE) copyright © 2020-present alex wei