A Vue.js 3 Mobile UI components library based on the WeUI Design
English | 中文
- 🍥 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
npm i wx-vue
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 to learn more.
MIT copyright © 2020-present alex wei