What problem does it solve?
This Skill streamlines the development of full-stack Vue.js applications by providing a robust framework for server-side rendering, auto-imports, file-based routing, and efficient data fetching.
Core Features & Use Cases
- Full-Stack Development: Build complete web applications with both frontend and backend capabilities using Vue.js.
- Server-Side Rendering (SSR): Improve SEO and initial load performance with server-rendered HTML.
- Auto-Imports: Components, composables, and utilities are automatically available, reducing boilerplate.
- File-Based Routing: Define routes simply by creating files in the
pages/ directory.
- Efficient Data Fetching: Use
useFetch, useAsyncData, and $fetch for SSR-friendly data retrieval.
- Use Case: Develop a new Nuxt 4 application, configure its routing and data fetching strategies, or integrate server routes for an API.
Quick Start
Use the nuxt skill to set up a new Nuxt 4 project with SSR enabled.