https://github.com/nuxt-modules/apollo
Nuxt.js module to use Vue-Apollo. The Apollo integration for GraphQL.
https://github.com/nuxt-modules/apollo
apollo-client nuxt nuxt-module vue-apollo
Last synced: 9 days ago
JSON representation
Nuxt.js module to use Vue-Apollo. The Apollo integration for GraphQL.
- Host: GitHub
- URL: https://github.com/nuxt-modules/apollo
- Owner: nuxt-modules
- License: mit
- Created: 2017-07-27T14:13:46.000Z (over 7 years ago)
- Default Branch: v5
- Last Pushed: 2025-04-12T00:45:59.000Z (10 days ago)
- Last Synced: 2025-04-13T01:59:43.025Z (9 days ago)
- Topics: apollo-client, nuxt, nuxt-module, vue-apollo
- Language: TypeScript
- Homepage: https://apollo.nuxtjs.org
- Size: 3.47 MB
- Stars: 968
- Watchers: 18
- Forks: 203
- Open Issues: 175
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://apollo.nuxtjs.org)
Nuxt Apollo
Effortlessly integrate GraphQL into your Nuxt 3 projects.
❯ [📖 Documentation](https://apollo.nuxtjs.org)
---
**Note:** This branch is for **Nuxt 3** compatible module. Checkout the [`v4` branch](https://github.com/nuxt-modules/apollo/tree/v4) for **Nuxt 2** support.
---
## Preview
[](https://stackblitz.com/edit/nuxt-apollo-demo)
## 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`## License
[MIT License](./LICENSE)