Transforming Vue app into Electron app

Does anyone has experience with transforming a Vue web app into an Electron desktop app?

I'm creating my first web app (literally first time on programming this complex thing for me) and I want to try transforming it into a desktop app like Spotify and Discord, but it seems like there's no agreed/standard way on doing it in google. Some are very complex like the SimulatedGREG electron-vue that I tried, and some just couldn't work.

I was hoping to find someone who knows and has done it properly, that could give a clue on (at least) how to do this the proper way.

Some info, it's a Vue app using Vuetify, using express, node.js and MySQL as a DB. I don't exactly know what info is needed, so if you need more just ask me and I'll happily answer!