Skip to content

pradeepgangwar/Vue-Graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue-Hasura-Boilerplate

This repository contains the boilerplates for setting up Vue application using Hasura. It uses Hasura Graphql Engine for its backend support. It contains three boilerplates which can be used depending on need of application.

  • Hello-World:

This contains the basic configuration that is needed to just setup an application which will connect to Hasura Graphql engine using apollo client.

  • Basic:

Apart from the basic configuration this application contains the Queries, Subscriptions and Mutation examples for Ghrahql queries that one can make to Hasura engine. This application demonstrates these queries using a To-Do application.

  • Advanced:

Apart from what we did in Basic app this application contains Auth0 setup necessary for authorizing users.

Getting Started

Clone this repo using:

git clone https://github.com/pradeepgangwar/Vue-Graphql.git

cd into the folder you want to and install the dependencies using:

npm install

Once you have installed all the dependencies you can start the application using:

npm start

If everything goes well you should have your application running at localhost:8080

Additional notes:

  • If you are behind proxy setup consider reading this to setup your proxy support.
  • To read more about Hasura Graphql Engine refer to their docs and the graphlql-engine repo.
Powered By:

Hasura

About

Repository contains the starter templates to make Vue applications using graphql powered by Hasura

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published