-
Notifications
You must be signed in to change notification settings - Fork 0
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
Transitioning from Vue2 to Vue3 #39
Conversation
…ability-kiosks into fix-font-issue
After putting some test images into the S3 bucket, they're not showing up at all. It looks like we are going to need to handle passing the images to the carousel differently, we'll probably need to set up a small store, based on this changelog note. This would be a good time to test out Pinia though, the recommended store framework for Vue 3. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Summary
Most of the dependency update was removing Vue-CLI and it's related dependencies. Switching to Vite not only resolved the majority of the dependencies (100+ ---> 13), but it also led to noticeably faster startup/build times, and overall smoother development.
Notable Changes
To-Do