nuxt
Installation
SKILL.md
Nuxt Best Practices
Guidance for building high-performance Nuxt 4 applications following official best practices. Covers rendering strategies, performance optimization, data fetching, component patterns, and profiling.
Rendering Strategies
Choose the Right Rendering Mode per Route
Nuxt 4 supports hybrid rendering via routeRules. Assign rendering strategies per route rather than using a single global mode: