Files
apollo/docs/guide
Natalia Tepluhina 2759825251 docs: Vuepress-powered docs (#296)
* * created vuepress docs

* chore: upgrade deps

* docs: patreon link

* Docs changes
2018-06-18 15:38:46 +02:00
..
2018-06-18 15:38:46 +02:00
2018-06-18 15:38:46 +02:00
2018-06-18 15:38:46 +02:00
2018-06-18 15:38:46 +02:00

Introduction

::: danger This README is related to Apollo 2.x support. For the old release (supporting only Apollo 1.x), see here. :::

This library integrates apollo in your Vue components with declarative queries. Compatible with Vue 1.0+ and 2.0+. Live demo

What is GraphQL?

GraphQL is a specification that aims at easing the communication between frontends and backends. It mainly consists of a Schema Language for the server and a Query Language for the client.

What is Apollo?

Apollo is a set of tools and community effort to help you use GraphQL in your apps. It's well known for its client and its server. Apollo is developped and supported by the Meteor Development Group.

icon Vue-cli plugin

icon More vue-apollo examples

icon Apollo graphql server example

icon How to GraphQL

icon VueConf 2017 demo & slides

icon Devfest Summit Example (with lots of features like SSR, OAuth, Realtime updates, Apollo Optics...)