Skip to content

Latest commit

 

History

History

README.md

Vui Packages

Yet a dozen of UI components for Vue 2.x based on Vui . 🚀

installation

npm install @vui/core --save

importation

  • All components
import Vue from 'vue'
import VPackages from '@vui/core/packages`

// install all packages once time .
Vue.use(VPackages)
  • Single component
Checkout Source Code of the Packages .