@teages/nuxt-simple-graphql-client
v0.0.3
Published
A simple GraphQL client for Nuxt
Downloads
12
Readme
Nuxt Simple GraphQL Client
A simple GraphQL client for Nuxt.
Features
- ⛰ Simple
- 🚠 Simple
- 🌲 Simple
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add @teages/nuxt-simple-graphql-clientThat's it! You can now use Nuxt Simple GraphQL Client in your Nuxt app ✨
Contribution
# Install dependencies
pnpm install
# Generate type stubs
pnpm run dev:prepare
# Develop with the playground
pnpm run dev
# Build the playground
pnpm run dev:build
# Run ESLint
pnpm run lint
# Run Vitest
pnpm run test
pnpm run test:watch
# Release new version
pnpm run release