Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 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: 2024-04-12T12:41:46.000Z (7 months ago)
- Last Synced: 2024-04-13T17:37:21.468Z (7 months ago)
- Topics: apollo-client, nuxt, nuxt-module, vue-apollo
- Language: TypeScript
- Homepage: https://apollo.nuxtjs.org
- Size: 2.96 MB
- Stars: 924
- Watchers: 21
- Forks: 188
- Open Issues: 151
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Nuxt Apollo](./docs/public/cover.jpg)](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
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](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)