Skip to content
Dashboard

What is Nuxt? A guide to the Vue full-stack framework

Copy link to headingWhat is Nuxt?

Copy link to headingHow Nuxt works

Copy link to headingBuilt on Vue, Vite, and Nitro

Copy link to headingFile-based routing and auto-imports

Copy link to headingThe SSR request flow

Copy link to headingNuxt rendering modes

Copy link to headingServer-side rendering

Copy link to headingStatic site generation

Copy link to headingHybrid rendering with route rules

Copy link to headingKey features of Nuxt

Copy link to headingNitro server engine and server routes

Copy link to headingData fetching with useFetch and useAsyncData

Copy link to headingModules, layers, and the ecosystem

Copy link to headingWhat's new in Nuxt 4?

Copy link to headingWhat you can build with Nuxt

Copy link to headingGetting started with Nuxt

Copy link to headingInstalling Nuxt and scaffolding a project

npm create nuxt@latest my-app
cd my-app
npm run dev -- -o

Copy link to headingUnderstanding the project structure

Copy link to headingHow to deploy Nuxt on Vercel

Copy link to headingShip Nuxt apps on Vercel

Copy link to headingFrequently asked questions about Nuxt

Copy link to headingIs Nuxt the same as Vue?

Copy link to headingIs Nuxt better than Next.js?

Copy link to headingIs Nuxt frontend or backend?

Copy link to headingDo you need to know Vue to learn Nuxt?

Ready to deploy?