Easy Minimal GraphQL client integration with Nuxt.js.
The nuxt-graphql-request is a GraphQL Request module for Nuxt.js. It is a simple and lightweight GraphQL client that provides a promise-based API and supports Typescript, AST, and GraphQL Loader. It allows for easy integration of GraphQL in Nuxt.js projects.
To install the nuxt-graphql-request module, you can use either yarn or npm.
Install with yarn:
yarn add nuxt-graphql-request
Install with npm:
npm install nuxt-graphql-request
For Nuxt2, use nuxt-graphql-request v6 in your nuxt.config.js file.
The nuxt-graphql-request module is a lightweight and easy-to-use GraphQL client for Nuxt.js projects. It provides a promise-based API and supports Typescript, AST, and GraphQL Loader. With its simple installation process, it offers a convenient way to integrate GraphQL in Nuxt.js projects.