Other backend integration
Thanks to Vite, Vuero can be used in a lot of different environments to build your app.
Read more about backend integration on Vite documentation.
WARNING
We recommend you to separate your backend project from your frontend (with Vuero) on different repositories. Your frontend should only consume the API provided by your backend through Restful API or GraphQL API.
Electron
If you want to build an Electron app, check out electron-vite/electron-vite-vue
repository it can help you to achieve your goal.
Django
Minimalist example of running Django with Vite: https://gist.github.com/lucianoratamero/7fc9737d24229ea9219f0987272896a2
A video about how to integrate Django with Vite: https://www.youtube.com/watch?v=FCyYIVfDkhY
django-vite, an easy to use package: https://github.com/MrBin99/django-vite
TIP
Vite has a lot of available plugins and a great community, read its awesome list here:
https://github.com/vitejs/awesome-vite