Electron-vue: Hwo to disable auto open devTools in development environment

Created on 2 Aug 2019  路  1Comment  路  Source: SimulatedGREG/electron-vue

I set a window as transparent window in the BrowserWindow options by
frame: false, transparent: true,
this window will not work when the devTools is open.

Unfortunately, when i start electron-vue project by npm run dev, it will auto open the devTools. How can i disable auto opening devTools by some configs or options?

OS: Windows 10,
vue-electron: 1.0.6
Electron: v6.0.0

Most helpful comment

>All comments

Was this page helpful?
0 / 5 - 0 ratings