8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
Nuxt.js
Nuxt.js menu
Nuxt.js Tutorial
The Vue framework for production — file-based routing, rendering modes and modules.
Start the Nuxt.js tutorial →
What you'll learn
1. Nuxt Introduction
What Nuxt adds over plain Vue, installing it, and the Nuxt 3 project structure.
2. Pages and File Routing
File-based routing in pages/, dynamic routes, layouts, and navigating with NuxtLink.
3. Data Fetching and Rendering Modes
useFetch and useAsyncData, where data fetching runs, and universal vs SPA vs static rendering.
4. Nuxt Modules and Config
nuxt.config.ts basics, what a Nuxt module is, and building server API routes in server/api/.
5. Authentication in Nuxt
A complete auth pattern using Nuxt route middleware, session cookies, and useCookie.
6. Deploying Nuxt Apps
Static generation vs server deployment vs SPA mode, and environment config with runtimeConfig.
7. Nuxt Interview Questions
Real Nuxt interview questions covering rendering modes, auto-imports, modules, auth, and deployment.