-
|
When I add a new vue.js project, it adds Are there any known problems? The guide in https://docs.quarkiverse.io/quarkus-quinoa/dev/web-frameworks.html# tells me to install vue.js like this - which uses vite 7 and if I downgrade it to vite 6 (where it works again) - I get |
Beta Was this translation helpful? Give feedback.
Answered by
melloware
Nov 9, 2025
Replies: 1 comment 13 replies
-
|
I will give it a try I have not tried Vite 7 yet it's possible there is an issue |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

@col-panic try this example
quarkus-vite7.zip
just unzip and run
mvn clean quarkus:devand navigate tolocalhost:8080to see it in action! Vite 7, Tailwind, latest Quarkus ands Quinoa.