Skip to content

Vue3 #10

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

Merged
merged 2 commits into from
Dec 14, 2022
Merged

Vue3 #10

merged 2 commits into from
Dec 14, 2022

Conversation

devmount
Copy link
Contributor

@devmount devmount commented Nov 27, 2022

This change adds support for Vue.js v3 and upgrades all other dependencies to their latest version as well. Some things to note:

  • I didn't changed any styling or appearance. Should look exactly the same as before.
  • I kept the options API of Vue for convenience. But if this PR is merged, shouldn't be a problem to convert to Composition API if needed
  • I tested the frontend on my site and it works. For some reasons I wasn't able to test together with the FastAPI backend. So when reviewing this PR, please test the frontend AND the backend thoroughly
  • The package babel-eslint is now @babel/eslint-parser
  • The package vuex-persistedstate isn't maintained anymore, so I removed it without replacement. If you want its functionality, please implement an alternative.
  • The package vue-template-compiler isn't needed anymore with Vue3.

So I hope this is useful for all who find this project as helpful as me.

Implements #3

@devmount devmount mentioned this pull request Nov 27, 2022
@mjhea0 mjhea0 merged commit 7556586 into testdrivenio:master Dec 14, 2022
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.

2 participants