Nuxt/examples/with-apollo/README.md

578 B

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