/vue2-to-vue3-migration

Migration to Vue3 from Vue2

Primary LanguageJavaScript

upwork-vue2-to-vue3-transition

Vue 2 App

  1. Checkout branch vue2

  2. npm install

  3. npm run dev

  4. Runs on localhost:8080

Vue 3 App

  1. Checkout branch vue3

  2. npm install

  3. npm run dev

  4. Runs on localhost:5173