All Projects → Akryum → Vueconf 2017 Demo

Akryum / Vueconf 2017 Demo

VueConf 2017 GraphQL client demo

Projects that are alternatives of or similar to Vueconf 2017 Demo

Fraql
GraphQL fragments made simple ⚡️
Stars: ✭ 433 (+477.33%)
Mutual labels:  apollographql
Graphql React Apollo
A GraphQL implementation in React using Apollo.
Stars: ✭ 9 (-88%)
Mutual labels:  apollographql
Apollo Angular
A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁
Stars: ✭ 1,058 (+1310.67%)
Mutual labels:  apollographql
Get Graphql Schema
Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
Stars: ✭ 443 (+490.67%)
Mutual labels:  apollographql
Graphql
GraphQL (TypeScript) module for Nest framework (node.js) 🍷
Stars: ✭ 697 (+829.33%)
Mutual labels:  apollographql
Howtographql
The Fullstack Tutorial for GraphQL
Stars: ✭ 7,999 (+10565.33%)
Mutual labels:  apollographql
Lucid
A developer tool for engineers working with React and GraphQL.
Stars: ✭ 397 (+429.33%)
Mutual labels:  apollographql
Vue Apollo Todos
Vue Apollo GraphQL mutation examples
Stars: ✭ 69 (-8%)
Mutual labels:  apollographql
Apollo Link Maxage
An Apollo Link to invalidate cached queries
Stars: ✭ 23 (-69.33%)
Mutual labels:  apollographql
Graphql Query Test Mock
Easily mock GraphQL queries in your Relay Modern / Apollo / any-other-GraphQL-client tests.
Stars: ✭ 49 (-34.67%)
Mutual labels:  apollographql
Learnapollo
👩🏻‍🏫 Learn Apollo - A hands-on tutorial for Apollo GraphQL Client (created by Graphcool)
Stars: ✭ 5,274 (+6932%)
Mutual labels:  apollographql
Offix
GraphQL Offline Client and Server
Stars: ✭ 694 (+825.33%)
Mutual labels:  apollographql
Githunt React
[DEPRECATED] 🔃 An example app frontend built with Apollo Client and React
Stars: ✭ 1,036 (+1281.33%)
Mutual labels:  apollographql
Messenger
Open source, native iOS Messenger, with realtime chat conversations (full offline support).
Stars: ✭ 4,264 (+5585.33%)
Mutual labels:  apollographql
Data Source Base
Boilerplate for creating a GrAMPS-compatible data source.
Stars: ✭ 52 (-30.67%)
Mutual labels:  apollographql
Graphql Up
Get a ready-to-use GraphQL API for your schema
Stars: ✭ 415 (+453.33%)
Mutual labels:  apollographql
Link state demo
🚀 Demonstrate how to support multiple stores in Apollo Link State
Stars: ✭ 30 (-60%)
Mutual labels:  apollographql
Apollo Mocked Provider
Automatically mock GraphQL data with a mocked ApolloProvider
Stars: ✭ 70 (-6.67%)
Mutual labels:  apollographql
Fullstack Apollo Express Postgresql Boilerplate
💥 A sophisticated GraphQL with Apollo, Express and PostgreSQL boilerplate project.
Stars: ✭ 1,079 (+1338.67%)
Mutual labels:  apollographql
Umi Plugin Apollo
Apollo graphql plugin for umi
Stars: ✭ 48 (-36%)
Mutual labels:  apollographql

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].