0.0.10 • Published 5 years ago

nw-vue-devtools-prebuilt v0.0.10

Weekly downloads
175
License
MIT
Repository
github
Last release
5 years ago

nw-vue-devtools-prebuilt

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

Instructions

  1. npm install nw-vue-devtools-prebuilt

  2. Add this to your package.json of your NW.js app:

      "chromium-args": "--load-extension='./node_modules/nw-vue-devtools-prebuilt/extension'"
  3. Vue.js must be in use in your app, and cannot be minified (vue.js not vue.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).

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago