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

Vue 3 #949

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

Vue 3 #949

wants to merge 12 commits into from

Conversation

mzur
Copy link
Member

@mzur mzur commented Oct 11, 2024

Tasks:

  • Install Vue 3 compat
  • Set up Vite build
  • Update uiv
  • Test Vite hot reload
  • Fix navbar dropdowns
  • Find Vue Compat warnings and fix them
    • Use fake privacy page for default layout/code
  • Remove Vue Resource
  • Update Docker build process (if necessary)
  • Maybe remove cachebust_asset()
  • Update modules:
    • Migrate from Mix to Vite
    • Change <script type="text/javascript"> to <script type="module"> for inline scripts
    • Remove Vue Resource
  • TEST EVERYTHING
  • Remove Vue Compat
  • Follow up with Improve annotation performance #249 (unify image and video annotation tools with composition API)

Resolves #455
Resolves #515

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

Successfully merging this pull request may close these issues.

Switch build process to Vite Upgrade to Vue 3
1 participant