Replies: 3 comments
-
Is this what you are looking for https://github.com/vitejs/awesome-vite#vue-2 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was looking for something more specific to Vitepress, not only Vite. Did I miss something? |
Beta Was this translation helpful? Give feedback.
0 replies
-
VitePress is Vue 3 only. There is no plan to be Vue 2 compatible. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Could find anything about compatibility with Vue 2. We're currently moving our app from
vue-cli
tovite
. I see that Vue 3 is specifically needed in thepackage.json
but is there anything technically that would make it incompatible with Vue 2?I see in the docs that Vue 3 is better about static optimization, but this could be a feature more than a requirement: https://vitepress.vuejs.org/#it-uses-vue-3
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions