
⚡️ Minimal GraphQL Client + Code Generation for Nuxt
<img alt="CI" src="https://github.com/diizzayy/nuxt-graphql-client/actions/workflows/ci.yml/badge.svg?branch=main"/>
<img alt="Version" src="https://img.shields.io/npm/v/nuxt-graphql-client?color=blue&style=flat-square"/>
<img alt="Downloads" src="https://img.shields.io/npm/dt/nuxt-graphql-client?color=blue&style=flat-square"/>
<img alt="MIT" src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square"/>
<img alt="PRs Welcome" src="https://img.shields.io/codecov/c/gh/diizzayy/nuxt-graphql-client/main?style=flat-square"/>
⚡️ Minimal GraphQL Client + Code Generation for Nuxt
Features
- Zero Configuration
- 🚀 Nuxt 3 Support
- Full Typescript Support
- HMR (Hot Module Reload) for GraphQL documents
- Minimal GraphQL Client + Code Generation
Preview
💻 Development
- Clone this repository
- Enable Corepack using
corepack enable
- Install dependencies using
pnpm install
- Open playground with
pnpm dev
Credits
nuxt-graphql-client
is developed by @diizzayy.Special thanks to @danielroe for helping me navigate and making this possible!