File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 28
28
- Relation Support
29
29
30
30
## Demo & Documentation
31
+
31
32
[ Demo] ( https://codesandbox.io/s/xk52mqm7o )
32
33
33
- See [ https://feathers-plus.github.io. /index.html ] ( https://feathers-plus.github.io ./index.html ) for full documentation.
34
+ See [ https://feathers-vuex.feathers- plus./index.html ] ( https://feathers-vuex.feathers- plus.com ./index.html ) for full documentation.
34
35
35
36
## Installation
36
37
37
- ```
38
+ ``` console
38
39
npm install feathers-vuex --save
39
40
```
40
41
41
42
## Basic Examples
43
+
42
44
To setup ` feathers-vuex ` , we first need to setup a Feathers Client. Here's an example using the latest ` @feathersjs ` npm packages.
43
45
44
46
** feathers-client.js:**
47
+
45
48
``` js
46
49
import feathers from ' @feathersjs/feathers'
47
50
import socketio from ' @feathersjs/socketio-client'
@@ -60,6 +63,7 @@ export default feathersClient
60
63
And here's how you would integrate the Feathers Client into the Vuex store:
61
64
62
65
** store/index.js:**
66
+
63
67
``` js
64
68
import Vue from ' vue'
65
69
import Vuex from ' vuex'
You can’t perform that action at this time.
0 commit comments