Skip to content

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

License

Notifications You must be signed in to change notification settings

DimPaDev/nw-vue-devtools-prebuilt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published