-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Vue with GraphQL & Hasura
Arpit Kushwaha edited this page Sep 26, 2019
·
3 revisions
A collection of resources for building Vue apps using GraphQL and Hasura.
Sample Apps
- vuetify-vuex-todo-graphql - A progressive todo web app with Vuetify, Vuex, GraphQL and Hasura.
- vuejs-auth0-graphql - Illustrates authentication and authorization for Vue.js apps using Auth0, GraphQL and Hasura.
- Realtime Chat using GraphQL Subscriptions & Vue - A group chat app built with Vue that uses subscriptions in Hasura GraphQL Engine.
Boilerplates
- nuxtjs-postgres-graphql - A boilerplate to get started with Nuxt.js, Hasura GraphQL engine as CMS and a Postgres database.
- quasar-framework-vue-graphql - A boilerplate to get started with Quasar Framework, Hasura GraphQL engine as CMS and a Postgres database.
Blogposts
- How to connect your GraphQL API to your VueJS Frontend
- Create Nuxt.js Universal Apps using GraphQL on Postgres
- Build Responsive Cross Platform Vue Apps with Quasar Framework and GraphQL
- Building a Progressive Todo Web App with Vuetify, Vuex and GraphQL
- Build and Deploy Vue.js Static Sites using Gridsome and GraphQL
- Add Authentication and Authorization to Vue.js Apps with Auth0 and GraphQL
- Realtime Chat app with Vue and Hasura
- Building a Real-time Game of Thrones Voting App with GraphQL, Vue and Chart.js by Daniel Phiri
- Vue x Hasura GraphQL by Daniel Phiri
Videos
- Live coding a vueJS app with realtime GraphQL API
- Lightweight and blazing fast web applications with Vue JS and Hasura
- How To Connect GraphQL To Your Vuejs With Hasura - by Erik Hanchett.
- Intro to GraphQL for Vue Developers - A GraphQL course for frontend / fullstack Vue.js developers. It covers GraphQL fundamentals and how to use GraphQL to build fullstack Vue apps in under 2 hours.
- Vue and GraphQL with Hasura - An in-depth video course on how to build Vue.js apps using GraphQL and Hasura.
Japanese Translations
- Add Authentication and Authorization to Vue.js Apps with Auth0 and GraphQL - by Takeshi Amano
- How to connect your GraphQL API to your VueJS Frontend - by Takeshi Amano
- Awesome Vue GraphQL - A curated collection of resources, clients and tools that make working with GraphQL and Vue.js awesome.