Skip to content

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

TIP

Vite has a lot of available plugins and a great community, read its awesome list here:
https://github.com/vitejs/awesome-vite

All Rights Reserved