Welcome
Awesome to have you here!
Getting started
npm i vui3
# OR
yarn vui3import { createApp } from 'vue';
import Vui from 'vui3';
import App from './App.vue';
const app = createApp(App);
app.use(Vui);
app.mount('#app');Last updated