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

Replace Vite with Astro #34

Merged
merged 16 commits into from
Oct 29, 2024
Merged

Replace Vite with Astro #34

merged 16 commits into from
Oct 29, 2024

Conversation

gaurav
Copy link
Collaborator

@gaurav gaurav commented Jan 11, 2024

While Vue3/Vite is good for single-page apps, it really doesn't support multipage apps like we want for Babel Validation, and switching to a completely new system will take a prohibitively large period of time. Luckily, there is a solution: Astro is a static page generator that allows Vue applications to be embedded in it. So -- with a lot of work -- we can modify the multipage Vue app into a multi-page Astro site containing multiple Vue components embedded in it. Our eventual goal is (probably) to transition to whatever Astro's native framework is, but in the short run this should be good enough.

@gaurav gaurav marked this pull request as ready for review October 29, 2024 03:08
@gaurav gaurav merged commit 5dc2d19 into main Oct 29, 2024
3 checks passed
@gaurav gaurav deleted the replace-vite-with-astro branch October 29, 2024 03:12
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.

1 participant