What problem does it solve?
Nuxt 3 applications often require careful orchestration of SSR/SSG rendering, Nitro-based server routes, middleware, and SEO-friendly configuration. This skill provides expert guidance, patterns, and best practices to architect and implement robust Nuxt 3 projects.
Core Features & Use Cases
- SSR/SSG/hybrid rendering strategies for Nuxt 3 apps
- Data fetching with useFetch and useAsyncData, plus error handling and hydration safety
- Nitro server engine, server routes, and API endpoints
- SEO optimization via definePageMeta and structured metadata
- Middleware, layouts, and authentication scaffolding for complex apps
Quick Start
Set up a Nuxt 3 project with SSR/SSG configuration, add a sample server route under server/routes, and implement a page using useFetch/useAsyncData with definePageMeta.