Vue-Apollo GraphQL Fundamentals
Plans from $25/month

This lesson is for members. Join us?

Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!

🚧 NOTICE: You are watching a Vue.js 2 lesson

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