-
Notifications
You must be signed in to change notification settings - Fork 14
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
Investigate Vue 3 #1203
Comments
I went through all dependencies that have "vue" in their name:
|
It seems like we need to wait until big dependencies like bootstrap-vue migrate. Given that we are not under time pressure, this is not a huge problem. Notes: |
This comment was marked as outdated.
This comment was marked as outdated.
Some helpful links: When updating, also make sure to replace Vuex with Pinia as it is now the default store for Vue (https://pinia.vuejs.org/cookbook/migration-vuex.html#converting-a-single-module). This should also be considered when choosing the replacement for the websocket library. It might not be able to hook into the store as it did before. |
Because Bootstrap-Vue does not support Vue3 fully yet, we need to stay in compat mode: https://bootstrap-vue.org/vue3 As such, follow this procedure but keep Update steps needed:
Things to test:
|
Once we migrate, we could build new things with the help of https://vueuse.org/
The text was updated successfully, but these errors were encountered: