nuxt

Create SSR-capable Vue applications with routing, middleware, and modules.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/thomiOmi/vexo --skill nuxt-thomiomi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxt
Source: https://github.com/thomiOmi/vexo/tree/main/.agents/skills/nuxt
Command: npx skills add https://github.com/thomiOmi/vexo --skill nuxt-thomiomi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Nuxt abstracts the complexity of building scalable Vue applications by providing server-side rendering, routing, and an extensible module system, enabling developers to focus on features rather than configuration.

Core Features & Use Cases

  • SSR-ready Vue framework with file-based routing, Nitro server engine, and auto-imports for components and composables.
  • Flexible deployment options across Node.js, serverless, and edge environments; supports middleware, server routes, and hybrid rendering.
  • Use cases include building universal apps, SEO-friendly pages, and modular apps with plugins and modules.

Quick Start

  • Create a new Nuxt project with npx nuxi init my-app and follow prompts.
  • Run development server with npx nuxt dev or pnpm dev.
  • Extend with modules and Nitro presets for deployment.

Frequently Asked Questions about nuxt

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

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

Build SEO-friendly Vue apps with server-side rendering using an integrated framework providing SSR, file-based routing, the Nitro server engine, and auto-imports for components and composables.

How do I set up a Nuxt project for universal and hybrid rendering?

Initialize a Nuxt project for universal and hybrid rendering by running npx nuxi init, starting the dev server with npx nuxt dev, and extending functionality via modules and Nitro presets.

Does Nuxt support deployment to serverless and edge environments?

Nuxt supports deployment to serverless and edge environments by utilizing the Nitro server engine, which provides flexible deployment presets across Node.js, serverless, and edge platforms.

What is the best way to structure modular Vue applications?

Structure modular Vue applications by leveraging an extensible module system with plugins, middleware, and server routes, enabling developers to focus on features rather than configuration.

Do I need Node.js tooling for Nuxt SSR conventions?

Nuxt SSR conventions require Node.js-compatible tooling to manage metadata frontmatter, routing, and middleware within the integrated Vue framework environment.