Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 295 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 295 Bytes

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);