Replies: 1 comment 3 replies
-
Have you tried adding both |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to use both React and Vue in the site with Vite? I have some components that are pre-built from an external library in React. My site is in Vue, and I would like to pull these React components in. Is this possible in Vite?
I saw that (Astro)[https://astro.build/], which uses Vite can do this, and so was wondering how to do this in a fresh Vite install.
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions