nw-vue-devtools-beta-prebuilt
v1.0.0
Published
Add prebuilt (from Chrome Web Store) VueDevTools-Beta extension into NW.js
Maintainers
Readme
nw-vue-devtools-beta-prebuilt
Install prebuilt Vue DevTools-Beta extension to use in a NW.js application
Instructions
npm install nw-vue-devtools-beta-prebuiltAdd this to your
package.jsonof your NW.js app:"chromium-args": "--load-extension='./node_modules/nw-vue-devtools-beta-prebuilt/extension'"
You may need to add app.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).
