Migrating from Vue2 to Vue3 #280
Replies: 2 comments 1 reply
-
I think migrating to Vue3 will also help us in the long run as the Vue3 community support expands. Not sure if we should add typescript support simultaneously, as it may be difficult for contributors to do the migrations + add types where required. We need the opinion of more contributors on this. |
Beta Was this translation helpful? Give feedback.
-
Tracking Progress of the Migration: |
Beta Was this translation helpful? Give feedback.
-
The Flint-UI Project is currently implemented with Vue2.
Vue.js has released v3 and has made it official to use Vue3 as the stable version of the framework.
Before migrating to Vue3, we need to discuss few pointers:
Migrating to Vue3 from Vue2:
Note: Before taking any major steps in migration, it could be better to discuss the approach with the mentors/maintainers/community-members to avoid ambiguity in implementation.
Other ideas:
Cc: @HarshCasper @aornugent
Beta Was this translation helpful? Give feedback.
All reactions