bradstewart / electron-boilerplate-vue

Boilerplate application for Electron runtime
725 stars 94 forks source link

Devtools #17

Closed bradstewart closed 8 years ago

bradstewart commented 8 years ago

Getting vue-devtools to work in Electron. I've got it running pretty well in a separate window. I'm sure it's not that hard to get it running in actual devtools panel, if anyone has actually written a Chrome extension before.

devtools-screen

As it stands now, it will launch the devtool window automatically when running in development. Probably wouldn't be a terrible idea to make that optional.

bradstewart commented 8 years ago

I pulled in some of the project changes in vuejs-templates/webpack (mainly around the config.js file) to make the devtools injection optional.