Course lesson
Set Up the Apollo Client in a Vue 3 Project
Before we start on the Vue-specific Apollo integration, we can set up the core of Apollo Client.
- Duration
- 3 min
- Access
- Included
- Transcript
- Retained from source evidence
Before we start on the Vue-specific Apollo integration, we can set up the core of Apollo Client.
In this lesson, we'll create a new ApolloClient configured with an in-memory cache and HTTP link to your application's GraphQL endpoint.