What problem does it solve?
This Skill provides progressive guidance for Nuxt 4+ projects, helping developers navigate complex features like server routes, file-based routing, middleware, and composables, ensuring adherence to the latest patterns and conventions.
Core Features & Use Cases
- Server Routes & Middleware: Understand how to build API endpoints, server middleware, and server utilities using h3 v1.
- File-Based Routing: Master Nuxt's powerful routing system, including route groups, typed router, and
definePage.
- Composables & Data Fetching: Leverage Nuxt-specific composables like
useFetch, useRoute, and useRequestURL for efficient data handling and navigation.
- Configuration: Configure Nuxt projects effectively using
nuxt.config.ts, modules, and runtime config.
- Use Case: When building a new Nuxt 4 application, use this Skill to understand the correct way to set up API routes, implement authentication middleware, and fetch data efficiently, avoiding common pitfalls and outdated patterns.
Quick Start
Use the nuxt skill to understand how to create a server route for fetching user data.