Skip to content
Dashboard

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

Link to headingWhat is Nuxt?

Link to headingHow Nuxt works

Link to headingBuilt on Vue, Vite, and Nitro

Link to headingFile-based routing and auto-imports

Link to headingThe SSR request flow

Link to headingNuxt rendering modes

Link to headingServer-side rendering

Link to headingStatic site generation

Link to headingHybrid rendering with route rules

Link to headingKey features of Nuxt

Link to headingNitro server engine and server routes

Link to headingData fetching with useFetch and useAsyncData

Link to headingModules, layers, and the ecosystem

Link to headingWhat's new in Nuxt 4?

Link to headingWhat you can build with Nuxt

Link to headingGetting started with Nuxt

Link to headingInstalling Nuxt and scaffolding a project

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

Link to headingUnderstanding the project structure

Link to headingHow to deploy Nuxt on Vercel

Link to headingShip Nuxt apps on Vercel

Link to headingFrequently asked questions about Nuxt

Link to headingIs Nuxt the same as Vue?

Link to headingIs Nuxt better than Next.js?

Link to headingIs Nuxt frontend or backend?

Link to headingDo you need to know Vue to learn Nuxt?