Skip to content

Commit 654650b

Browse files
Update Vue-DevTools instructions (nwjs#7439)
1 parent f2fa8ac commit 654650b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/For Users/Debugging with DevTools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ The app is a simple react app with 'package.json' added. The devtools files are
3535

3636
### Vue Example
3737

38-
1. `npm install --save-dev nw-vue-devtools`
38+
1. `npm install --save-dev nw-vue-devtools-prebuilt`
3939
1. Add this to your `package.json`:
4040
```js
41-
"chromium-args": "--load-extension='./node_modules/nw-vue-devtools/extension'",
41+
"chromium-args": "--load-extension='./node_modules/nw-vue-devtools-prebuilt/extension'",
4242
```
4343
1. Vue.js must be in use in your app, and cannot be minified (use `vue.js` not `vue.min.js`).
4444

45-
This will automatically download, build, and install the latest Vue-DevTools into NW.js.
45+
This will automatically download the latest Vue-DevTools from the Chrome WebStore, unpack and modify it to work in NW.js.
4646

4747
If you are using `nwjs-builder-phoenix` then add in `"chromium-args"` to your `package.json` `build.strippedProperties` array.

0 commit comments

Comments
 (0)