This repository contains the example code for the Vue-Apollo GraphQL Fundamentals course.
In this course, you'll learn how to use Vue-Apollo and GraphQL APIs in your Vue.js applications.
GraphQL is a query language for APIs and a runtime to execute said queries. The Apollo client is a complete state management library that takes care of caching data, refetching queries, and much more.
Vue Apollo and GraphQL allow us to build robust and performant user interfaces efficiently.
During the course, we'll be working with the SpaceX GraphQL API. You'll learn best practices and workflow tips that enhance productivity and improves the developer experience.
This course assumes that you know the fundamentals of GraphQL. If you do not, we recommend that you take our GraphQL Fundamentals course beforehand.
Click here to watch the course
yarn install
yarn serve
yarn build
yarn lint