-
Notifications
You must be signed in to change notification settings - Fork 11
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
Setup the base for tauri, vite and vuejs #186
Merged
Leuchak
merged 14 commits into
migration-to-tauri-vite-and-vuejs
from
185-setting-up-the-base-for-tauri-vite-and-vuejs
Oct 5, 2023
Merged
Setup the base for tauri, vite and vuejs #186
Leuchak
merged 14 commits into
migration-to-tauri-vite-and-vuejs
from
185-setting-up-the-base-for-tauri-vite-and-vuejs
Oct 5, 2023
Conversation
This file contains 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
This was
linked to
issues
Sep 23, 2023
mmsalois
requested changes
Sep 30, 2023
mmsalois
approved these changes
Oct 5, 2023
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 pull request marks the first step for a significant shift in our technology stack, introducing the foundation of Tauri, Vue.js, and Vite to our project. Here's a high-level overview of the major changes and the rationale behind them:
1. Adoption of Tauri (Replacing Electron):
We're making a transition from Electron to Tauri for building cross-platform desktop applications. Tauri offers a leaner bundle size and improved performance compared to Electron, making it a compelling choice for modern desktop app development.
2. Vue.js Adoption (Replacing React):
We've decided to embrace Vue.js as our front-end framework, supplanting React. Vue.js is renowned for its simplicity and gentle learning curve, and it empowers us to create dynamic user interfaces efficiently.
3. Vite Integration (Replacing Snowpack):
We're integrating Vite as our build and development tool, replacing Snowpack. Vite's rapid compilation speed and native ES6 module support are well-suited for modern web applications.
These changes represent a strategic decision to align our technology stack with current industry trends and best practices. While these shifts may involve some learning curves, they pave the way for a more efficient and performant development process.
We encourage thorough review and testing of these modifications to ensure a smooth transition and to identify any potential issues. Your feedback and insights are highly valuable as we embark on this exciting journey with Tauri, Vue.js, and Vite.
Tasks to be completed: