6
3 Comments

Vue.js: How we migrated from Vue2 to Vue3

https://crisp.chat/blog/vuejs-migration/
submitted this linkon August 27, 2021
  1. 2

    Hey folks!

    Over the last few weeks, we started the migration of our app (crisp.chat) from Vue 2 to Vue 3.

    Here is the story about our migration with some great technical feedback shared by the team that led this huge work: https://crisp.chat/blog/vuejs-migration/

    Results? An app that is 50% faster to load.

    1. 1

      Thanks. This will definitely come in handy, I'm in the process of migrating a fairly large codebase myself.

  2. 1

    This is a good read, especially because I am planning to migrate my own product from Vue 2 to 3. Quite a task. Good to hear from your experience. Seems like it should be doable.