Welcome to your blazing-fast Vue 3 project powered by Vite! This template helps you kickstart development with Vue 3 using the modern <script setup> syntax.
✨ Fast, modern, and ready to scale.
- 🔥 Vue 3 with Composition API &
<script setup> - ⚡ Vite for ultra-fast development and hot module replacement (HMR)
- 🧩 Clean project structure with room to grow
- 🛠️ Easy to extend and customize
Clone the repository and install dependencies:
npm installTo start developing locally with hot reload:
npm run devTo build and deploy your project:
npm run deploy