⚠️ This project is currently in active development. Components and APIs may change.
bun i vue-gtk #or npm/pnpm install vue-gtk
# Install dependencies
bun i
# Development with watch
bun dev
# Production build
bun run build
vue-gtk/
├── src/
│ ├── components/
│ │ └── switch.vue
│ └── index.ts
├── exemple/
│ └── src/
│ └── App.vue
└── dist/
└── index.d.ts
Contributions are welcome! Please feel free to:
- Fork the project
- Create a feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
MIT License - see the LICENSE file for details.