Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webapp: Migration to vue 3 #900

Open
Rotzbua opened this issue Mar 11, 2024 · 2 comments
Open

Webapp: Migration to vue 3 #900

Rotzbua opened this issue Mar 11, 2024 · 2 comments

Comments

@Rotzbua
Copy link
Contributor

Rotzbua commented Mar 11, 2024

Many preparations and migrations have already been completed (see #649).
Still outstanding is the migration of vuelidate #899, which should be done before.

Reasons for migration

  • vue 2 reached end of life: 31 Dec 2023

Problems

  • local library copy of qrcode.vue must be updated
  • huge dependency on UI library vuetify
  • vuetify has a lot of incompatible API and layout changes
  • vuetify some components are missing

Almost no migrations are necessary with regard to vue 3. The big problem is vuetify. vuetify requires a lot of work,maybe choose other UI framework like https://quasar.dev/ .

Migration

Migration: https://v3-migration.vuejs.org/
Breaking changes: https://v3-migration.vuejs.org/breaking-changes/

  • update initialization
  • model binding
@peterthomassen
Copy link
Member

See #699 for some partial work on this.

@peterthomassen
Copy link
Member

@Rotzbua Would you like to take another stab at this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants