Nuxt/examples/with-apollo
Sebastien Chopin 68de7eaa4b Add home page link 2017-04-13 11:36:03 +02:00
..
layouts Fix CI 404 should display error 2017-04-11 13:36:20 -05:00
pages Add home page link 2017-04-13 11:36:03 +02:00
plugins Add Nuxt + Apollo example 2017-04-11 13:15:31 -05:00
README.md Add Nuxt + Apollo example 2017-04-11 13:15:31 -05:00
package.json Add Nuxt + Apollo example 2017-04-11 13:15:31 -05:00

README.md

nuxt-with-apollo

Nuxt.js with Apollo (GraphQL client)

DEMO

About

This project uses Apollo as a GraphQL client and Graphcool as a hosted GraphQL backend.

Getting Started

Download this example or clone the repo:

curl https://codeload.github.com/nuxt/nuxt.js/tar.gz/master | tar -xz --strip=2 nuxt.js-master/examples/with-apollo
cd with-apollo

Install and run:

npm install
npm run dev

# or with Yarn
yarn
yarn dev