What problem does it solve?
Nuxt 4+ projects often require up-to-date patterns for server routes, file-based routing, middleware, and Nuxt-specific functionality. This Skill consolidates guidance into a single, maintainable playbook that accelerates setup and reduces misconfigurations.
Core Features & Use Cases
- Guidance on building server routes, API endpoints, and server middleware with Nuxt 4+.
- File-based routing practices, route groups, typed router navigation, and Nuxt 4 patterns.
- Middleware patterns, auto-imports, and Nuxt composables for data fetching and UI utilities.
- Example real-world usage: bootstrap a Nuxt 4+ project with a sample authenticated route and a basic API.
Quick Start
- Create a Nuxt 4+ project skeleton with server routes, file-based routing, and a sample middleware.