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.
Found an issue or bug with electron-vue? Tell me all about it!
BUG!
Describe the issue / bug.
Literally out of the blue, I've started getting the following console message when i run npm run dev
[8492:0407/121603.977907:ERROR:CONSOLE(7830)] "Extension server error: Object not found: <top>", source: chrome-devtools://devtools/bundled/shell.js (7830)
and my Electron Vue application doesn't finish loading, i just get a white screen. I've read around for several hours on the subject but found nothing that solves the problem.
I'm running on Ubuntu 16; To be honest, I don't know what other details would be useful; Everything was behaving perfectly, then it simply wasn't...
and while, I would raise the issue with the Electron team, the bad news is I've reproduced an almost identical version of my project using Quasar Framework's Electron implementation and it works just fine (really, i'd rather use a plain boiler plate however, plus your build supports vuex-electron)
How can I reproduce this problem?
Very hard to say, I can give you access to my project should that prove useful.
Found an issue or bug with electron-vue? Tell me all about it!
BUG!
Describe the issue / bug.
Literally out of the blue, I've started getting the following console message when i run npm run dev
[8492:0407/121603.977907:ERROR:CONSOLE(7830)] "Extension server error: Object not found: <top>", source: chrome-devtools://devtools/bundled/shell.js (7830)
and my Electron Vue application doesn't finish loading, i just get a white screen. I've read around for several hours on the subject but found nothing that solves the problem. I'm running on Ubuntu 16; To be honest, I don't know what other details would be useful; Everything was behaving perfectly, then it simply wasn't...
and while, I would raise the issue with the Electron team, the bad news is I've reproduced an almost identical version of my project using Quasar Framework's Electron implementation and it works just fine (really, i'd rather use a plain boiler plate however, plus your build supports vuex-electron)
How can I reproduce this problem?
Very hard to say, I can give you access to my project should that prove useful.
Tell me about your development environment.