We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c58bb6 commit 3aeb90dCopy full SHA for 3aeb90d
README.md
@@ -40,6 +40,20 @@ This is only necessary when you want to build the extension yourself from source
40
3. `npm run dev`
41
4. A plain shell with a test app will be available at `localhost:8100`.
42
43
+### Quick Start in chrome
44
+
45
+```
46
+// Before you create app
47
+Vue.config.devtools = process.env.NODE_ENV === 'development'
48
49
+// After you create app
50
+window.__VUE_DEVTOOLS_GLOBAL_HOOK__.Vue = app.constructor;
51
52
+// then had to add in ./store.js as well.
53
54
55
56
57
### Testing as Firefox addon
58
59
1. Install `web-ext`
0 commit comments