Vitesse for Nuxt 3 is a starter template that combines Nuxt 3 with Vite for instant HMR and leverages UnoCSS, Pinia for state management, and TypeScript for type safety.
Key features include:
- Nuxt 3: Utilizes SSR, ESR, file-based routing, and auto-imports.
- Vite: Provides fast HMR for an efficient development experience.
- UnoCSS: Employs an on-demand atomic CSS engine.
- Pinia: Offers intuitive and type-safe state management.
- TypeScript: Ensures code quality and maintainability.
- PWA Support: Integrates PWA features with offline support and auto-updates using
vite-pwa/nuxt
. - Layout System: Simplifies UI structure with a flexible layout system.
- API Auto Importing: Automatically imports Composition API, VueUse utilities, and custom composables.
It's designed for developers seeking a pre-configured, modern Nuxt 3 setup with a focus on speed and developer experience.