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

Migrate to Vue 3 and Vuetify 3 #224

Merged
merged 39 commits into from
Jan 4, 2025
Merged

Migrate to Vue 3 and Vuetify 3 #224

merged 39 commits into from
Jan 4, 2025

Conversation

peace-maker
Copy link
Collaborator

Upgrade to Vue 3 and Vuetify 3 by following the migration guides and merging the developer tooling setup and configurations with a new project as created by yarn create vuetify.

Closes #30

peace-maker and others added 30 commits December 24, 2024 03:45
Upgrade to the latest workflow of a new project
whole app was wrapped in <v-app> twice, replaced inner v-app with div.
Use unplugin-vue-components to generate import statements for all components used in a .vue file.

This is used in the default `yarn create vuetify` project.
No need to setup the typescript parser in eslint manually anymore.
@peace-maker peace-maker merged commit 4027138 into main Jan 4, 2025
4 checks passed
@peace-maker peace-maker deleted the vue3 branch January 4, 2025 22:21
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.

Migration to Vue 3
2 participants