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
/
Vue.js
Vue.js menu
Vue.js Tutorial
An approachable, reactive frontend framework — templates, components and the Composition API.
Start the Vue.js tutorial →
What you'll learn
1. Vue Introduction
What Vue is, how its reactivity system works, and how to scaffold a project with Vite.
2. Template Syntax and Reactivity
Interpolation, directives like v-if and v-for, and reactive state with ref() and reactive().
3. Components and Props
Defining components, declaring props and emits, and two-way binding with v-model.
4. Composition API
Organizing logic with composables, plus computed() and watch()/watchEffect().
5. Vue Router
Route setup, dynamic segments, nested routes, and a complete navigation-guard auth example.
6. Pinia State Management
Defining a Pinia store, using it across components, and a complete auth-store example.
7. Testing Vue Apps
Vitest and Vue Testing Library, with complete component test examples.
8. Vue Interview Questions
Common Vue interview questions covering the Composition API, reactivity, directives, routing, and state.