Apollo
Nuxt.js module to use Vue-Apollo. The Apollo integration for GraphQL.
Install / Use
/learn @nuxt-modules/ApolloREADME
<h1 align="center">Nuxt Apollo</h1>
<p align="center">Effortlessly integrate GraphQL into your Nuxt 3 projects.</p>
<p align="center">
<!-- <a href="https://github.com/nuxt-community/apollo-module/actions?query=branch%3Amain+event%3Apush">
<img alt="CI" src="https://github.com/nuxt-community/apollo-module/actions/workflows/ci.yml/badge.svg?branch=main"/>
</a> -->
<a href="https://npmjs.com/package/@nuxtjs/apollo/v/next">
<img alt="Version" src="https://img.shields.io/npm/v/@nuxtjs/apollo/next?color=blue&style=flat-square"/>
</a>
<a href="https://npmjs.com/package/@nuxtjs/apollo/v/next">
<img alt="Downloads" src="https://img.shields.io/npm/dt/@nuxtjs/apollo/next?color=blue&style=flat-square"/>
</a>
<a href="https://opensource.org/licenses/MIT">
<img alt="MIT" src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square"/>
</a>
</p>
Note: This branch is for Nuxt 3 compatible module. Checkout the v4 branch for Nuxt 2 support.
Preview
Development
- Clone this repository
- Ensure you have the latest LTS version of Node.js installed
- Run
corepack enable - Install dependencies using
pnpm install - Start playground with
pnpm dev

