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

使用remote模块时发现 remote==undefined 然后在new BrowserWindow() 主线程添加: mainWindow = new BrowserWindow({ height: 563, useContentSize: true, width: 1000, transparent: true, frame: false, webPreferences: { nodeIntegration: true, enableRemoteModule: true, } }) 发现依然无效,在源.ts里也没发现有这个属性

After running `npm run build:web` and running on an http server with` http-server` the folder `dist / web` I have the following error in the console and the page is...

needs-info

When to support vue3 ? Do you have a schedule? thinks

#### 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...

##### Issue Fresh electron-vue project gives webpack error: `ReferenceError: process is not defined` Look like issue #516 solved by #726 for build:web ##### Reproduction ```shell vue init simulatedgreg/electron-vue test_vue_error cd...

bug
in-progress

##### Describe the issue / bug. Electron3.1 was upgraded to 9.1.0, and then the 'npm run build' and the 'npm run pack' reported errors. [package.json](https://github.com/misterpancn/vue-chat/blob/master/package.json) The error information is as...

#### 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...

# 安装 vue-cli 和 脚手架样板代码 npm install -g vue-cli vue init simulatedgreg/electron-vue my-project # 安装依赖并运行你的程序 cd my-project yarn # 或者 npm install yarn run dev # 或者 npm run dev...

#### Found an issue or bug with electron-vue? Tell me all about it! Breaking changes on update as the default file extension is src/index.ejs ##### Describe the issue / bug....