Skip to content

Commit f7d2765

Browse files
committed
Explain yarn link in README
1 parent 1131653 commit f7d2765

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ You can see query examples in the [project wiki](https://github.com/vuex-orm/vue
9494

9595
## Contribution
9696

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+
97101
```bash
98102
$ yarn run build
99103
```

0 commit comments

Comments
 (0)