What problem does it solve?
This Skill helps developers adhere to best practices in Nuxt.js development, ensuring efficient, maintainable, and performant applications.
Core Features & Use Cases
- Rendering Modes: Guides optimal selection between SSR, SSG, ISR, SPA, and Hybrid rendering.
- Data Fetching: Demonstrates effective use of
useFetch and useAsyncData for server and client-side data retrieval.
- Routing & Middleware: Explains Nuxt's file-based routing conventions and middleware implementation.
- State Management: Recommends Pinia for complex state and
useState for simple SSR-compatible state.
- SEO: Details how to implement SEO best practices using
useSeoMeta.
- Configuration: Provides guidance on
nuxt.config.ts best practices, including runtime config and modules.
- Audit Checklist: Offers a comprehensive list of common Nuxt pitfalls to avoid.
Quick Start
Review the Nuxt.js best practices for rendering modes, data fetching, and routing.