mubaidr/vue-electron-template

Vue 3 support?

VictorioBerra opened this issue · 1 comments

Any idea when/if we will see Vue 3 support now that Vue 3 is officially out?

I recommend using vue/cli to setup new project. You can add https://github.com/nklayman/vue-cli-plugin-electron-builder plugin to enable electron build/scripts support.

npm install -g @vue/cli
vue create hello-world
vue add electron-builder

If there are specific reason you prefer this version, let me know. I will try to introduce vue 3 support.