Vue-Apollo GraphQL Fundamentals - Introduction & Configuration - Setup Vue & Apollo
In this lesson, we'll learn how to set up and configure Vue-Apollo, to make our Vue.js applications ready to consume a GraphQL API.
Libraries needed
yarn add vue-apollo apollo-boost graphql
Lesson Resources