SimulatedGREG / electron-vue

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.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.48k stars 1.55k forks source link

Electron doesn't launch when I installed Vue Dev Tools Please Help #958

Open ouahibAbdou opened 4 years ago

ouahibAbdou commented 4 years ago

Electron doesn't launch when I installed Vue Dev Tools Please Help. It stuck like this image but when I check my task manager I found that electron is running image I used this command to install VueDevTools it works but when I started later electron didn't launch image Please help me it's an urgent project. Thanks

ci010 commented 4 years ago

I'm not sure if i understand your question right, but I encountered similar problem. Once the vue devtool installed, next time the all the ASYNC file operations will stuck (All await won't return).

I removed vue devtools extension finally. You can try the dedicated vue devtool. It works for me.

michalzaq12 commented 4 years ago

Seems to be related to using Dark mode: https://github.com/electron/electron/issues/19468