⚡️ Minimal GraphQL Client + Code Generation for Nuxt
⚡️ Minimal GraphQL Client + Code Generation for Nuxt
- Zero Configuration
- 🚀 Nuxt 3 Support
- Full Typescript Support
- HMR (Hot Module Reload) for GraphQL documents
- Minimal GraphQL Client + Code Generation
- Clone this repository
- Make sure you have pnpm v10+ installed (you can check with
pnpm -v
). If not, runnpm install -g pnpm
to get the latest version. - Install dependencies using
pnpm install
- Open playground with
pnpm dev
nuxt-graphql-client
is developed by @diizzayy.
Special thanks to @danielroe for helping me navigate and making this possible!