owntracks / frontend

🌍 Web interface for OwnTracks built with Vue.js
MIT License
355 stars 54 forks source link

Migration from Vue 2 to Vue 3 #117

Open abaumg opened 2 months ago

abaumg commented 2 months ago

Vue 2 has reached End of Life on December 31st, 2023: https://v2.vuejs.org/eol/

Have you considered migrating to Vue 3?

linusg commented 2 months ago

Of course I have, that's why I already migrated away from vue cli to vite recently :)

There are several dependencies incompatible with Vue 3 that need to to be replaced with something else. This is not super straightforward.