nuxt

Generate and configure universal Vue applications with SSR and file-based routing.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/remiconnesson/nuxt-minimal-starter-v0-template --skill nuxt-remiconnesson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxt
Source: https://github.com/remiconnesson/nuxt-minimal-starter-v0-template/tree/main/.agents/skills/nuxt
Command: npx skills add https://github.com/remiconnesson/nuxt-minimal-starter-v0-template --skill nuxt-remiconnesson

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Nuxt provides an opinionated framework that streamlines building universal Vue applications with server-side rendering, file-based routing, auto-imports, and a modular ecosystem, reducing boilerplate and deployment complexity.

Core Features & Use Cases

  • SSR for SEO-friendly pages and fast initial rendering
  • File-based routing, auto-imports, and Nitro-based server engine for cross-environment deployment (Node.js, edge, serverless)
  • Module system and deployment tooling to build full-stack Nuxt apps with server routes, middleware, and hybrid rendering
  • Use cases: creating universal Vue apps with server routes, static hosting with Nitro, or edge deployments

Quick Start

Create a new Nuxt project using the Nuxt CLI and start the dev server with the default scaffold.

Frequently Asked Questions about nuxt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build Vue apps with server-side rendering for SEO?

Nuxt provides server-side rendering for Vue applications, enabling SEO-friendly pages and fast initial rendering through an opinionated framework with file-based routing and auto-imports that reduce boilerplate.

What's the best way to deploy a Vue app to serverless or edge environments?

Deploying Vue apps to edge or serverless environments is handled by the Nitro server engine in Nuxt, which enables cross-environment deployment across Node.js, edge, and static targets with hybrid rendering support.

How does file-based routing work in Nuxt for full-stack applications?

File-based routing in Nuxt automatically generates routes based on your project's file structure, streamlining full-stack app creation by combining server routes, middleware, and hybrid rendering without manual route configuration.

Can I use Nuxt modules to extend my Vue application's functionality?

Nuxt modules extend Vue application functionality through a modular ecosystem and the Nuxt Kit, allowing you to consolidate tooling, add server routes, and integrate middleware for scalable full-stack apps.

Do I need Nitro to configure server routes in a Vue application?

Nitro is the server engine used by Nuxt to configure server routes and handle cross-environment deployment, providing the streamlined project structure needed for scalable full-stack Vue applications across Node.js and edge targets.