This repository has been archived by the owner on Sep 14, 2024. It is now read-only.
Replies: 2 comments 1 reply
-
Hey, thanks for your interest in the project! Since Vite is aimed at Vue 3, supporting Vue 2 isn't a priority in my eyes. I would prefer to expend my effort creating a great library for Vue 3 rather than a good library for Vue 2 and 3. I hope you can understand my reasoning 😃 If you really want a Vue 2 compatible solution, I expect that you can wrap vue-route-generator in a Vite plugin. |
Beta Was this translation helpful? Give feedback.
1 reply
-
same issue here with https://github.com/underfin/vite-plugin-vue2 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I would like to add an option to support vue 2 (with https://github.com/underfin/vite-plugin-vue2), do you think it's a good idea?
How to better implement it? Should it allow user to provide any import string (sync/async) or better limit it to the vue 3/vue 2 support?
Beta Was this translation helpful? Give feedback.
All reactions