How To Connect GraphQL To Your Vuejs With Hasura

preview_player
Показать описание
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

I was inspired by this blog

Рекомендации по теме
Комментарии
Автор

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.

DavePerth
Автор

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

rajikkali
Автор

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

altayezekariyas
Автор

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

djmtype
Автор

Hope it's OK to post this, but a course on Vue/Hasura just came up on my Twitter feed:
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...

DavePerth