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 1131653 commit f7d2765Copy full SHA for f7d2765
README.md
@@ -94,6 +94,10 @@ You can see query examples in the [project wiki](https://github.com/vuex-orm/vue
94
95
## Contribution
96
97
+To test this plugin in your existing project, you can use `yarn link` functionality. Run `yarn link` in your local
98
+vuex-orm-apollo directory and run `yarn link @vuex-orm/plugin-apollo` in your project dir.
99
+
100
101
```bash
102
$ yarn run build
103
```
0 commit comments