cawa-93 / vite-electron-builder

Secure boilerplate for Electron app based on Vite. TypeScript + Vue/React/Angular/Svelte/Vanilla
MIT License
2.4k stars 261 forks source link

fixed vue devtools not loading #993

Closed CRdeGraaf closed 6 months ago

CRdeGraaf commented 8 months ago

vuejs3_devtools plugin for chrome is deprecated and merged with the main vuejs_devtools plugin. This change reflects that and fixes the issue

CRdeGraaf commented 8 months ago

reference to solution for this bug: https://github.com/MarshallOfSound/electron-devtools-installer/issues/240