Skip to content

Commit d45732e

Browse files
committed
Document speeding up the Vue devtools
Closes #275
1 parent e412d16 commit d45732e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/api-overview.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,17 @@ build: {
112112
}
113113
```
114114

115+
## Vue DevTools
116+
117+
Since Feathers-Vuex extensively uses Vuex under the hood, you'll want to make sure your VueJS developer tools are up to date AND setup properly. Specifically, the "New Vuex Backend" needs to be enabled. To setup the devtools
118+
119+
1. Open the Vue tab of the developer tools while viewing your Vue project in the browser.
120+
1. Go to the Settings panel.
121+
1. Enable the new Vuex backend:
122+
123+
![New Vuex Backend in Vue DevTools](/img/devtools.jpg)
124+
125+
When the above setting is not enabled, the Vue Devtools will likely hang when you start working on a large project.
115126

116127
## Setup
117128

0 commit comments

Comments
 (0)