Add prebuilt (from Chrome Web Store) VueDevTools extension into NW.js
npm install nw-vue-devtools-prebuilt1. npm install nw-vue-devtools-prebuilt
2. Add this to your package.json of your NW.js app:
``js`
"chromium-args": "--load-extension='./node_modules/nw-vue-devtools-prebuilt/extension'"
vue.js
3. Vue.js must be in use in your app, and cannot be minified ( 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).