nw-vue-devtools-prebuilt
v0.0.10
Published
Add prebuilt (from Chrome Web Store) VueDevTools extension into NW.js
Maintainers
Readme
nw-vue-devtools-prebuilt
Install prebuilt Vue DevTools extension to use in a NW.js application
Instructions
npm install nw-vue-devtools-prebuiltAdd this to your
package.jsonof your NW.js app:"chromium-args": "--load-extension='./node_modules/nw-vue-devtools-prebuilt/extension'"Vue.js must be in use in your app, and cannot be minified (
vue.jsnotvue.min.js).
You may need to add Vue.config.devtools = true; to your main.js file.
If you are using nwjs-builder-phoenix then add in "chromium-args" to your package.json build.strippedProperties array (more info).
