electron-vue icon indicating copy to clipboard operation
electron-vue copied to clipboard

How to use it for vue3.x

Open geeklibin opened this issue 4 years ago • 6 comments
trafficstars

How to use it for vue3.x

geeklibin avatar Jun 01 '21 02:06 geeklibin

I'm also interested if this works or another project exists as a "vue3 electron starter template"

LauraWebdev avatar Jul 29 '21 10:07 LauraWebdev

https://github.com/andotorg/electron-vue-app-template

andotorg avatar Aug 15 '21 10:08 andotorg

我也很感兴趣这是否有效或另一个项目作为“vue3电子入门模板”存在 可以根据我的项目区使用新版vue https://github.com/andotorg/electron-vue-app-template

andotorg avatar Aug 15 '21 10:08 andotorg

@andotorg your template runs on Vue 2.6 according to the package.json and not on Vue 3.0

LauraWebdev avatar Aug 16 '21 13:08 LauraWebdev

I am upgrading it and will write a quick document on how to use the combination of electron and Vue 3.0

branch vue3 is vue 3.0 https://github.com/andotorg/electron-vue-app-template/tree/vue3

andotorg avatar Aug 18 '21 06:08 andotorg

I'm also interested if this works or another project exists as a "vue3 electron starter template"

I created a clean, bare bones Electron + Vue 3 template that can be found here: electron-vue-template, because this project is not being maintained and is outdated.

Though if you want to use Vue 3.x in this project you should just be able to upgrade the current package and use the new Vue.createApp interface.

Deluze avatar Sep 03 '21 22:09 Deluze