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 278 forks source link

Future of plugin now that vue-cli is in "maintenance mode" #1652

Open pattrickrice opened 2 years ago

pattrickrice commented 2 years ago

With the recent Vue 3 default announcement, there was also the announcement that create-vue will replace vue-cli. vue-cli's README now reflects this sentiment:

Status Vue CLI is now in maintenance mode. For new Vue 3 projects, please use create-vue to scaffold Vite-based projects. https://github.com/vuejs/vue-cli#status

This plugin has been immensely helpful in creating Vue Electron applications and I would love to see something in the Vue ecosystem continue to support that. Is there a vision for how to support the new tooling?

annymosse commented 1 year ago

@pattrickrice it seems this plugin not maintained anymore.

MatthijsBurgh commented 1 year ago

@annymosse I don't know where you get this information from. If you only checked the PRs/branches, you could see work is done.

So next time, please do your research.

And don't be shy, you are allowed to contribute to open-source projects instead of just using them.

MatthijsBurgh commented 1 year ago

@pattrickrice I am just updating this plugin to use playwright instead of spectron. This allows for newer version of electron to be used with working test tools.

I don't know about and changes after it. I am not sure yet about a full release for Vue3 or the new vite-plugin system. As it is a big change. If you have any clear vision about this, you are welcome to help.

annymosse commented 1 year ago

@MatthijsBurgh thanks for your note, I didn't search carefully just noticed there's no updates in npm since 2 years, and I'm not using this library since 2 years aswell.