File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ The app is a simple react app with 'package.json' added. The devtools files are
35
35
36
36
### Vue Example
37
37
38
- 1 . ` npm install --save-dev nw-vue-devtools `
38
+ 1 . ` npm install --save-dev nw-vue-devtools-prebuilt `
39
39
1 . Add this to your ` package.json ` :
40
40
``` js
41
- " chromium-args" : " --load-extension='./node_modules/nw-vue-devtools/extension'" ,
41
+ " chromium-args" : " --load-extension='./node_modules/nw-vue-devtools-prebuilt /extension'" ,
42
42
```
43
43
1. Vue .js must be in use in your app, and cannot be minified (use ` vue.js` not ` vue.min.js` ).
44
44
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 .
46
46
47
47
If you are using ` nwjs-builder-phoenix` then add in ` "chromium-args"` to your ` package.json` ` build.strippedProperties` array.
You can’t perform that action at this time.
0 commit comments