↓ Skip to Main Content
Useful code Programming with VBA, C# and Python

Main Navigation

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About
Useful code Programming with VBA, C# and Python

Off Canvas Menu

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About

Tag: vue

Home › Posts tagged vue
Migrate Vue project from Vue 2 to Vue 3
JavaScript

Migrate Vue project from Vue 2 to Vue 3

Vitosh Nov 19, 2021 Tagged with javascript, vue

Bash Commands yarn add vue@next yarn add vuex@next yarn add vue-router@next yarn add -D @vue/compiler-sfc Changes in src/main.js Additionally, change main.js  from this: import Vue from ‘vue’ import App from ‘./App.vue’ import router from ‘./router’ import store from ‘./store’ Vue.config.productionTip …

Migrate Vue project from Vue 2 to Vue 3 Read more →

Copyright © 2026 VitoshAcademy