docs: compatibility nodes

This commit is contained in:
Guillaume Chau
2021-09-20 19:00:16 +02:00
parent 89aa996b82
commit 99a3865ceb
2 changed files with 15 additions and 1 deletions
+8 -1
View File
@@ -1,9 +1,16 @@
# Introduction
This library integrates [apollo](https://www.apollographql.com/) in your [Vue](http://vuejs.org) components with declarative queries. Compatible with Vue 2.0+ and 3.0+.
This library integrates [apollo](https://www.apollographql.com/) in your [Vue](http://vuejs.org) components with declarative queries.
[➡️ Go to Installation](./installation.md)
## Compatibility
- Vue 3
- Apollo Client 3
Note: `@vue/apollo-composable` supports Vue 2 thanks to [Vue Demi](https://github.com/vueuse/vue-demi).
## Sponsors
[![sponsors logos](https://guillaume-chau.info/sponsors.png)](https://guillaume-chau.info/sponsors)
+7
View File
@@ -1,5 +1,12 @@
# Installation
## Compatibility
- Vue 3
- Apollo Client 3
Note: `@vue/apollo-composable` supports Vue 2 thanks to [Vue Demi](https://github.com/vueuse/vue-demi).
## Vue CLI Plugin
I made a plugin for [vue-cli](http://cli.vuejs.org) so you can add Apollo (with an optional GraphQL server!) in literally two minutes! ✨🚀