refactor: Replace Vue CLI with Vite and modernize project#119
Draft
zusorio wants to merge 26 commits intoAlteka:masterfrom
Draft
refactor: Replace Vue CLI with Vite and modernize project#119zusorio wants to merge 26 commits intoAlteka:masterfrom
zusorio wants to merge 26 commits intoAlteka:masterfrom
Conversation
Author
|
Things have escalated a bit and I've added TypeScript support (WIP), as well as Zod schema validation for the config |
Maybe there's a reason for them being there in which case this should be undone
Collaborator
|
Hey Tobias! You're doing so many of the things we haven't had time to look at. @canoemoose And myself are currently in Munich on an event for the next week. Would you be up for jumping on a zoom call to discuss Kards and its future? |
Author
|
@DrewLX Sure! Just let me know when you're available |
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 is a pretty big refactor replacing Vue CLI (which is in maintenance mode and not recommended anymore) with Vite.
For the electron integration, I'm using
electron-vite, following their Vue quick start template.In the process of the refactor, I've also:
Before this can be merged, a few things need to be done:
defuis broken I think