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

chore(examples): migrate vue examples to vite #5961

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Haroenv
Copy link
Contributor

@Haroenv Haroenv commented Dec 11, 2023

Summary

Migrate the "regular" Vue CLI examples to use Vite instead. I didn't touch the server side rendering or Nuxt example, so this doesn't yet remove any dependency.

Result

  • "regular" Vue examples use Vite, no longer vue-cli, and therefore are no longer built with Webpack.
  • "specs" Astro site is updated (so same esbuild version is used)
  • not changed: Nuxt example, Vue server side rendering example (both still using webpack)

@Haroenv
Copy link
Contributor Author

Haroenv commented Dec 11, 2023

Unfortunately this is blocked as Astro 4 requires node 18.14+ and the latest version configurable on codesandbox CI is 18.12 😢 (cc @CompuIves)

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.

None yet

1 participant