Skip to content

alex8088/wx-vue-next

Repository files navigation

wx-vue

A Vue.js 3 Mobile UI components library based on the WeUI Design

license

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

npm i wx-vue

Quick Start

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.

Preview

Demo

Links

License

MIT copyright © 2020-present alex wei

About

A Vue.js 3 Mobile UI component library based on the WeUI Design (WIP)

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published