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

- comment out tasks, MultiSpinner (fixed #1076) - upgrade electron-builder - uncomment app.use(hotMiddelware) (fixed #1078) * upgrade electron-builder is fixed error while build (yarn run build).

The following error message will appear when the existing code runs the command 'yarn/npm run build' Log: Identifier 'tasks' has already been declared. Successfully build after commenting out the relevant...

Application entry file "dist\electron\main.js" in the "D:\Demo\electron-demo\my-project\build\win-unpacked\resources\app.asar" does not exist. Seems like a wrong configuration.

#### Binding the Knex as Global Object of Vue. ##### The workaround i did. I just installed sqlite3, knex and`electron-rebuild` (to rebuild the native sqlite3 dependancy). Then i attached the...

Still does not work with node v12

### My Question 执行npm run build:web打包web版时报错 ![image](https://user-images.githubusercontent.com/40990764/115513695-efbf3d00-a2b5-11eb-886e-fa62e15501a2.png) 网上查了说更改webpack配置文件 尝试在webpack.web.config.js中加入以下内容 ![image](https://user-images.githubusercontent.com/40990764/115514076-517fa700-a2b6-11eb-8c96-767a9b0cec02.png) 此时可以成功打包了,但是直接双击运行dist/web/index.html时显示为空白且控制台报错 ![image](https://user-images.githubusercontent.com/40990764/115514572-d10d7600-a2b6-11eb-9692-60e5a2773052.png) 在tomcat容器中也不行,报同样的错误。 求各位大佬帮忙解决!!! ### My environment. * Node version:10.15.3 * NPM version:6.4.1 * vue-cli version: 4.5.12 * Operating System:window...

##### Describe the issue / bug. \# where i run `npm run dev`, shows "Uncaught Error: Cannot find module 'axios'" in console, and the main window shows nothing. `Uncaught Error:...

node v12.19.0 npm 6.4.1 npm run build:web My has modified HtmlWebpackPlugin in .electron-vue/webpack.web.config.js and .electron-vue/webpack.renderer.config.js and it still returns error 11 process is not defined ``` new HtmlWebpackPlugin({ filename: 'index.html',...