nuxt

Simplify Nuxt app development with SSR, routing, and module integration.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/mheers/opencode-sandbox --skill nuxt-mheers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxt
Source: https://github.com/mheers/opencode-sandbox/tree/main/skills/nuxt
Command: npx skills add https://github.com/mheers/opencode-sandbox --skill nuxt-mheers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Nuxt simplifies building universal Vue apps by handling SSR, routing, and data hydration, removing boilerplate and environment-specific configuration.

Core Features & Use Cases

  • Server-side rendering and Nitro engine for universal deployment
  • File-based routing, auto-imports, and Nuxt Kit module ecosystem
  • Use cases: building marketing sites, dashboards, server routes, and hybrid apps with both SSR and client rendering

Quick Start

Create a new Nuxt 3 project and start the dev server to see server rendering in action.

Frequently Asked Questions about nuxt

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

FAQPage Schema
How do I build a universal Vue app with server-side rendering?

Build a universal Vue app with server-side rendering by using Nuxt to handle SSR, file-based routing, and data hydration, removing boilerplate and environment-specific configuration.

What is the best way to set up server routes and hybrid rendering in Nuxt?

Set up server routes and hybrid rendering in Nuxt by leveraging the Nitro engine, which supports universal deployment across Node.js, edge, and serverless environments.

Does Nuxt support auto-imports and file-based routing for Vue 3 projects?

Yes, Nuxt supports auto-imports and file-based routing to streamline Vue 3 project development, reducing manual configuration and boilerplate when creating application pages and components.

Can I use the Nuxt Kit to integrate custom modules into my SSR application?

Yes, you can use the Nuxt Kit to integrate custom modules into your SSR application, extending functionality within the Nuxt Kit module ecosystem for universal Vue apps.

How does Nitro handle deployment across serverless and edge environments?

Nitro handles deployment across serverless and edge environments by providing a robust deployment workflow that supports hybrid rendering and server routes across multiple supported platforms.