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

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.

Results 107 electron-vue issues
Sort by recently updated
recently updated
newest added
trafficstars

Hope this template add default vs code debug config for main process & render process at the same time! background: it's really very hard to do seamless debug on this...

#### Found an issue or bug with electron-vue? Tell me all about it! Questions regarding how to use `electron` or `vue` are likely to be closed as they are not...

报错:TypeError: Cannot assign to read only property 'exports' of object '#' 我在一个文件中使用ES7语法如下: async function testAsync(){ var a = 1; await a+2; return a } module.exports = { test } 在组件中引用上放的函数,便报错:...

Is this possible to use in vite using vue?

Changing the name of the predefined const tasks to prevent error in issue #1076

#### Found an issue or bug with electron-vue? Tell me all about it! Questions regarding how to use `electron` or `vue` are likely to be closed as they are not...

#### Found an issue or bug with electron-vue? Tell me all about it! Questions regarding how to use `electron` or `vue` are likely to be closed as they are not...

Believers Sword is build using this template. and I want to share what I have built, and wanted to be added as a showcase in this repo.

Sorry for asking here there is no discussion tab, Is it possible to upgrade electron to the latest version?

#### Found an issue or bug with electron-vue After using the command to create a project, execute the command to install the package normally, and let it run after debugging...