nklayman / vue-cli-plugin-electron-builder

Easily Build Your Vue.js App For Desktop With Electron

Home Page:https://nklayman.github.io/vue-cli-plugin-electron-builder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are there any plans to support new Electron versions?

kurohoan opened this issue · comments

Currently, the latest version of Electron is v22.0.3.
Is there any plan to be able to install a newer Electron version, as the supported versions are considered to be quite old?

You can check my own project, https://github.com/tue-robotics/hero-dashboard, or PR #1875 to get to electron 17. The issue to go higher is spectron is not supported anymore, so you can't test anymore.

The migration to playwright is also difficult, as I experienced some difficulties with testing the build app. So yes things should work, But testing is limited and therefore, the library hasn't moved forward (yet).

But feel free to open PRs, if you are able to migrate stuff forward without reducing the tests.