Files
apollo/README.md
2024-08-22 18:34:57 +02:00

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
[![npm](https://img.shields.io/npm/v/@vue/apollo-composable.svg) ![npm](https://img.shields.io/npm/dm/@vue/apollo-composable.svg)](https://www.npmjs.com/package/@vue/apollo-composable)
[![apollo3](https://img.shields.io/badge/apollo-3.x-blue.svg)](https://www.apollographql.com/)
[![vue3](https://img.shields.io/badge/vue-3-brightgreen.svg)](https://vuejs.org/)
![GitHub branch check runs](https://img.shields.io/github/check-runs/vuejs/apollo/v4)
: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>