nklayman / vue-cli-plugin-electron-builder

Easily Build Your Vue.js App For Desktop With Electron
https://nklayman.github.io/vue-cli-plugin-electron-builder/
MIT License
4.12k stars 279 forks source link

What project to use with Vite? #1982

Open undergroundwires opened 11 months ago

undergroundwires commented 11 months ago

As @nklayman recommends Vite and declared this project unmaintained/dead and Vue CLI is also dead, is there any official recommendation for us who will migrate? Or what setup did others in community find to be best?

I played around in Vite ecosystem but could not find anything closer to easiness of this plugin.

undergroundwires commented 11 months ago

For those interested, I've migrated to Vite and electron-vite with electron-builder which comes with its pros and cons. My reference migration may help others (it includes tests and refactorings to isolate Vue CLI specific logic):