41 lines
1.5 KiB
Markdown
41 lines
1.5 KiB
Markdown
<p align="center">
|
|
<img src="./packages/docs/src/public/hero.svg" width="256">
|
|
</p>
|
|
|
|
# Apollo and GraphQL for Vue.js
|
|
|
|
[ ](https://www.npmjs.com/package/@vue/apollo-composable)
|
|
[](https://www.apollographql.com/)
|
|
[](https://vuejs.org/)
|
|

|
|
|
|
:book: Documentation [**for Vue 3**](http://v4.apollo.vuejs.org) | [for Vue 2](https://apollo.vuejs.org/)
|
|
|
|
[:pen: Contributing guide](./CONTRIBUTING.md)
|
|
|
|
[:heart: Sponsor me!](https://github.com/sponsors/Akryum)
|
|
|
|
## Continuous Releases
|
|
|
|
You can install builds from any commit on the main branch from [here](https://nightly.akryum.dev/vuejs/vue-apollo) or from any Pull Request.
|
|
|
|
## Monorepo
|
|
|
|
In this monorepository:
|
|
|
|
| Package | Description |
|
|
|---------|-------------|
|
|
|[@vue/apollo-composable](./packages/vue-apollo-composable) |Composition API|
|
|
|[@vue/apollo-option](./packages/vue-apollo-option) |Options API|
|
|
|[@vue/apollo-components](./packages/vue-apollo-components) |Components with slots|
|
|
|[@vue/apollo-ssr](./packages/vue-apollo-ssr) |Server-Side Rendering Utils|
|
|
|[@vue/apollo-util](./packages/vue-apollo-util) |Other Utils|
|
|
|
|
## Sponsors
|
|
|
|
<p align="center">
|
|
<a href="https://guillaume-chau.info/sponsors/" target="_blank">
|
|
<img src='https://akryum.netlify.app/sponsors.svg'/>
|
|
</a>
|
|
</p>
|