Skip to content

coderdiaz/vueconf-2017-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Graphql Demo - VueConf 2017

schema

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, video).

The project is built using vue build from the vue-cli command-line tool.

Info

There are three Blog components inside the components folder:

  • Blog1: vue-apollo only
  • Blog2: vue-supply in component
  • Blog3: vue-supply in vuex

Dev

npm run dev

Build in production mode

npm run build

About

VueConf 2017 GraphQL client demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 55.9%
  • JavaScript 44.1%