You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-14Lines changed: 12 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,29 @@
1
1
# vue-devtools
2
2
3
-
### Important Usage Notes
4
-
5
-
1. If the page uses a production/minified build of Vue.js, devtools inspection is disabled by default so the Vue pane won't show up.
6
-
7
-
2. To make it work for pages opened via `file://` protocol, you need to check "Allow access to file URLs" for this extension in Chrome's extension management panel.
-[Get the Chrome Extension](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd) / ([beta channel](https://chrome.google.com/webstore/detail/vuejs-devtools/ljjemllljcmogpfapbkkighbhhppjdbg))
14
8
15
-
### Installation
9
+
-[Get the Firefox Addon](https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/) / ([beta channel](https://github.com/vuejs/vue-devtools/releases))
16
10
17
-
-[Get the Chrome Extension](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd) ([beta](https://chrome.google.com/webstore/detail/vuejs-devtools/ljjemllljcmogpfapbkkighbhhppjdbg))
11
+
-[Get standalone Electron app (works with any environment!)](https://github.com/vuejs/vue-devtools/blob/master/shells/electron/README.md)
18
12
19
-
-[Get the Firefox Addon](https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/) ([beta](https://github.com/vuejs/vue-devtools/releases))
13
+
### Important Usage Notes
20
14
21
-
-[Get standalone Electron app (works with any environment!)](https://github.com/vuejs/vue-devtools/blob/master/shells/electron/README.md)
15
+
1. If the page uses a production/minified build of Vue.js, devtools inspection is disabled by default so the Vue pane won't show up.
22
16
23
-
#### Open component in editor
17
+
2. To make it work for pages opened via `file://` protocol, you need to check "Allow access to file URLs" for this extension in Chrome's extension management panel.
18
+
19
+
### Open component in editor
24
20
25
21
To enable this feature, follow [this guide](./docs/open-in-editor.md).
26
22
27
23
### Manual Installation
28
24
25
+
This is only necessary when you want to build the extension yourself from source to get not-yet-released features.
26
+
29
27
**Make sure you are using Node 6+ and NPM 3+**
30
28
31
29
1. Clone this repo
@@ -35,7 +33,7 @@ To enable this feature, follow [this guide](./docs/open-in-editor.md).
35
33
5. Check "developer mode"
36
34
6. Click "load unpacked extension", and choose `shells/chrome`.
0 commit comments