Section 01
Nuxt Foundations
Install Nuxt, learn the file conventions — pages, layouts, components, composables.
Nuxt 3 · intermediate
Build production Vue apps with Nuxt 3. File-based routing, useFetch data layer, hybrid rendering (SSR/SSG/ISR), Nitro server, modules, Pinia, devtools — the framework that makes full-stack Vue feel effortless.
Section 01
Install Nuxt, learn the file conventions — pages, layouts, components, composables.
Section 02
File-based routing, dynamic & catch-all, NuxtLink, middleware, validation.
Section 03
useFetch, useAsyncData, $fetch, server routes, refresh, error handling.
Section 04
SSR, SSG, hybrid, ISR, payload, hydration, ClientOnly.
Section 05
useState, Pinia, runtime config, plugins, official modules, custom modules.
Section 06
Nitro server, server/api, h3 utilities, middleware, auth, database.
Section 07
SEO, OG images, testing, performance, devtools, deploy to static/Node/edge.