A Guided Migration from Vue 2 to Vue 3 A Guided Migration from Vue 2 to Vue 3
    • Start
  • Getting Started

    • Introduction
    • Migration Strategy
    • Preparing your project
  • Part 1: Global APIs

    • Overview
    • App Instance
    • VueRouter
    • Vuex
    • Components
    • Custom Directives
    • Filters
    • Vue.prototype
    • Event Bus
    • Summary
  • Part 2: Unbreak Components

    • Overview
    • Router Links
    • Router Views
    • Async Components
    • v-for refs
    • Functional Components
    • Summary
  • Part 3: Fix Runtime behavior

    • Overview
  • Part 4: Fix Visuals

    • Overview
  • More

Vue 2 to 3

A guided App Migration from Vue 2 to Vue 3

This guide is still under development and far from complete.

Edit this page on GitHub
  Introduction