[Question] Support beyond Vue?
I played around with vite and it's looking good!
Are there any plans on supporting other frameworks in the future such as Svelte (or at least allowing a way to support them through plugins) or is this project strictly for Vue?
You can technically support anything using the createServer
API + custom plugins.