How To Connect GraphQL To Your Vuejs With Hasura

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • GraphQL and Vuejs are hot! In this video I discuss how you can get up and running with both use Hasura! #graphQL #GrahpqlTutorial #Hasura #Vuejs
    Check out my last video on 5 Things I Wish I knew when I started programming
    • 5 Things I Wish I Knew...
    Sign up here to get the first chapter of my book and a cheatsheet - bit.ly/2GWWuEw
    I was inspired by this blog
    / how-to-connect-your-gr...
    Learn Vue.js Create Awesome Vue.js Apps with Nuxt.jx
    school.program...
    Code - github.com/Eri...

КОМЕНТАРІ • 9

  • @ProgramWithErik
    @ProgramWithErik  5 років тому +10

    Do you guys like graphQL?

  • @DavePerth
    @DavePerth 5 років тому +5

    Really looking forward to checking this out. If anyone is working through the video, from about 5 minutes there is a npm install command on the screen which has graphqal, which of course should be graphql.

  • @altayezekariyas9243
    @altayezekariyas9243 2 роки тому

    can you make a full stack video using hasura, and whatever frontend but preferably VUE/NUXT

  • @olegpetrov2624
    @olegpetrov2624 5 років тому +1

    Great tutorial. Thank you so much!

  • @rajikkali2381
    @rajikkali2381 3 роки тому

    Would be nice to show how to setup env vars with Hasura

  • @djmtype
    @djmtype 2 роки тому

    Erik, Hasura has since automatically added a x-hasura-admin-secret. So how do we make the endpoint public for GET requests?

  • @DavePerth
    @DavePerth 5 років тому

    Hope it's OK to post this, but a course on Vue/Hasura just came up on my Twitter feed:
    dev.to/hasurahq/what-is-graphql-1akh
    Also I was able to take Eric's github repository and change it to work with a new project I am about to start (different tables/schema/relationships), and I was able to get things working quite quickly. I think I really like that this is using PostreSQL, as I am more comfortable with a more traditional SQL with easy to understand relationships...