nuxt

Build full-stack Vue applications with Nuxt SSR, routing, and server support.

Updated Nov 24, 2025
One-click install
npx skills add https://github.com/AloisH/bistro --skill nuxt-aloish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxt
Source: https://github.com/AloisH/bistro/tree/main/.agents/skills/nuxt
Command: npx skills add https://github.com/AloisH/bistro --skill nuxt-aloish

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Nuxt unblocks teams by providing SSR-ready Vue apps, automatic routing, and a unified deployment story.

Core Features & Use Cases

  • Server-side rendering with a flexible Nitro server engine for universal apps and edge deployments
  • File-based routing, middleware, and server routes to implement secure, scalable web apps
  • Auto-imports, modules, and a robust plugin and module ecosystem for rapid iteration

Quick Start

Install Nuxt and scaffold a project with the Nuxt CLI:

  • npx nuxi init my-app
  • cd my-app
  • bun install
  • bun dev

Frequently Asked Questions about nuxt

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

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

Build full-stack Vue apps with server-side rendering using Nuxt, which provides SSR-ready applications, automatic routing, and a unified deployment story via the Nitro server engine.

What's the best way to set up a Nuxt project for edge deployments?

Scaffold a Nuxt project for edge deployments using the Nuxt CLI with `npx nuxi init`, then install dependencies and start the dev server to leverage the flexible Nitro server engine.

Does Nuxt support file-based routing and server routes?

Nuxt supports file-based routing, middleware, and server routes to implement secure, scalable web apps with auto-imports and a robust module ecosystem for rapid iteration.

How do I fetch data in a Vue SSR application using Nuxt?

Fetch data in a Nuxt SSR application using useFetch and useAsyncData, enabling hybrid rendering across node, serverless, and edge deployments for universal apps.

Do I need Node.js to develop full-stack Vue apps with Nuxt?

You need a Node.js environment and familiarity with npm, pnpm, or yarn to install Nuxt and dependencies for developing full-stack Vue applications with SSR and hybrid rendering.