hero

Vue Component library

Vue Component library

Start Now →

Various

The diversity of components can help you reduce the trouble of developing UI.

Based On Vue

Based On Vue,Stronger Ecosystem。

Efficiency

Simple configuration, effective immediately, shorten development cycle

# Take a quick step

# Install
npm i leevueplugin

# Use
import Vue from 'vue';
import LeeVue  from 'leevueplugin'
import App from './App.vue';
Vue.use(LeeVue)
new Vue({
  el: '#app',
  render: h => h(App)
});