Skip to content

Advanced and highly reusable Mobile UI Components built on Vue3

Notifications You must be signed in to change notification settings

justbefree/vueggy

Repository files navigation

Vueggy

Advanced and highly reusable Mobile UI Components built on Vue3

Usage

npm install vueggy --save

import Vueggy from "vueggy";
const app = Vue.createApp(App);
app.use(Vueggy);