Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 632 Bytes

faqs.md

File metadata and controls

11 lines (8 loc) · 632 Bytes

FAQs

Why does my electron app show a file explorer?

TL;DR

Your app/src contains error(s). Check console, fix errors, then refresh electron.

Long answer

If error(s) are present in you app/src this creates conflicts with ESLint on first run. In turn, an INVALID webpack build.js is produced which interrupts HtmlWebpackPlugin from creating index.html. Since webpack-dev-server doesn't have the index.html ready to serve, the server falls back to the file explorer.

Why is vue-devtools/devtron missing?

Make sure to close and reopen the developer tools panel on first launch if they are missing.