Vue.js Learning Path

A comprehensive roadmap to build high-performance web applications with Vue.js.

Back to Roadmap
Phase Main Topic Content & Tools Product Goal
1 Getting Started with Vue
  • Initialization: create-vue
  • Single File Components
  • Props, Events, v-model
Build a simple counter component with buttons to increment/decrement the value.
2 Rendering & Templates
  • Templates & Directives
  • Rendering Optimization
  • Lifecycle Hooks
Create a component that displays a list and uses v-if to show a message when the list is empty.
3 Core & Advanced Concepts
  • Computed Properties & Watchers
  • Slots
  • Async Components & Teleport
  • Custom Directives & Plugins
Build a component with a computed property to format data from props.
4 Ecosystem: Routing & Forms
  • Vue Router
  • FormKit / Vee Validate
Create a simple 2-page application with navigation using Vue Router.
5 Frameworks & Extensions
  • SSR & SSG Concepts
  • Nuxt.js / VitePress
  • Quasar
Set up a basic Nuxt.js project and learn about file-based routing.
6 Testing
  • Vitest / Vue Testing Library
  • Cypress / Playwright
Write a unit test for a simple component using Vitest.
7 Styling
  • Tailwind CSS
  • Vuetify / Element UI
Integrate and style a component using Tailwind CSS in a Vue project.
8 State Management & API Calls
  • Pinia
  • REST / GraphQL
Build an application that fetches data from an API and manages state with Pinia.