https://github.com/nuxt-community/apollo-module
Nuxt.js module to use Vue-Apollo. The Apollo integration for GraphQL.
https://github.com/nuxt-community/apollo-module
apollo-client nuxt nuxt-module vue-apollo
Last synced: 5 months ago
JSON representation
Nuxt.js module to use Vue-Apollo. The Apollo integration for GraphQL.
- Host: GitHub
- URL: https://github.com/nuxt-community/apollo-module
- Owner: nuxt-modules
- License: mit
- Created: 2017-07-27T14:13:46.000Z (over 7 years ago)
- Default Branch: v5
- Last Pushed: 2024-10-29T01:20:57.000Z (6 months ago)
- Last Synced: 2024-10-29T17:12:17.609Z (6 months ago)
- Topics: apollo-client, nuxt, nuxt-module, vue-apollo
- Language: TypeScript
- Homepage: https://apollo.nuxtjs.org
- Size: 3.05 MB
- Stars: 952
- Watchers: 19
- Forks: 198
- Open Issues: 168
-
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)