-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Remove vue as dependency #576
Comments
Well that is what I don't see why people should be forced to install Vue dependencies when it is already easy for vue to get started even when moved to a plugin. If vue is moved to a plugin, it would basically be just as easy as it is for react.
which is the same for react currently (and also what you suggested)
|
100% on board with this. I've been using Vite to develop "vanilla" web apps without any frameworks (which works great) and don't see a reason force every user to install Vue, even though I do love it to bits. ;) Removing the dependency and perhaps adding a vanilla template would solidify Vite as a general build tool instead of the "vue-cli alternative that can do react" a lot of people seem to believe it is. 👍 from me. |
The vue logic is separate into |
Is your feature request related to a problem? Please describe.
Vite seems to be a great general development utility for different kinds of applications. Currently Vue and React. Since I don't use Vue but React it would be great if Vue was also moved to a plugin. So that I don't have to download Vue dependencies.
Describe the solution you'd like
Move vue stuff to a plugin.
Describe alternatives you've considered
Nothing
Additional context
The text was updated successfully, but these errors were encountered: