Vue3 Upgrade Plan/Branch#1686
Open
BryonLewis wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This branch is to manage a multi-phase effort to convert DIVE from utilizing Vue2 and Vuetify2 to Vue3 and Vuetify3.
It's a fairly large upgrade so there is a VUE3_UPGRADE_PLAN.md file that layouts the different phases.
These phases will be merged into this branch before final merging into the main branch.
Summary
Feature branch for migrating DIVE from Vue 2.7 to Vue 3, keeping the existing
defineComponent+setup()component style. Phase work lands here first; individual phase PRs merge into this branch before it eventually merges tomain.See
client/VUE3-UPGRADE.mdfor the full plan, dependency matrix, and per-phase details.Phases
defineComponentmigration, Vue 3–compatible event bus, settings hardeningvue@3,@vitejs/plugin-vue,createApp(),.sync→v-model:prop, breaking API fixesvue-gtag, UILayer widget mountingvuetify@3,createVuetify(), template/prop updates across ~100+ files@girder/components(girder-5-websocket-configurable), Girder 5 WebSocket notifications,@vue/test-utils@2, E2E smoke testsTest plan
@vue/test-utilsv2