What problem does it solve?
This Skill removes guesswork from building modern Vue 3 and Nuxt 3 applications by turning scattered framework guidance into a consistent production workflow.
Core Features & Use Cases
- Component Architecture: Use composition-first patterns with script setup, reactive primitives, and reusable composables to build maintainable UI code.
- TypeScript and State Management: Apply typed props, emits, models, provide/inject, and Pinia setup stores for safer application state and component contracts.
- Nuxt Data and App Lifecycle: Handle SSR-safe fetching, server routes, middleware, plugins, runtime config, and route-level rendering rules in one place.
- Production Delivery: Add SEO metadata, Nitro deployment presets, performance optimizations, and testing practices for reliable shipping.
- Use Case: A team starting a new Nuxt app can use this Skill to standardize how pages fetch data, how stores are structured, how routes render, and how the app is tested before release.
Quick Start
Ask for a production Vue 3 or Nuxt 3 implementation plan for your feature, and include the component, state, data fetching, rendering, deployment, and testing requirements you want covered.