This demo app consuming a GraphQL API shows how to use vue-apollo and vue-supply. It was live coded during the VueConf 2017 (talk slides).
The project is built using vue build
from the vue-cli command-line tool.
There are three Blog components inside the components
folder:
- Blog1: vue-apollo only
- Blog2: vue-supply in component
- Blog3: vue-supply in vuex
npm run dev
npm run build