Skip to content

nwutils/nw-vue-devtools-beta-prebuilt

 
 

Repository files navigation

nw-vue-devtools-beta-prebuilt

Install prebuilt Vue DevTools-Beta extension to use in a NW.js application

Instructions

  1. npm install nw-vue-devtools-beta-prebuilt

  2. Add this to your package.json of 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).

About

Install prebuilt Vue DevTools extension to use in nw.js application

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.1%
  • HTML 42.9%