Installation

This project is under development and it's not ready for production usage.
pnpm
pnpm add nuxt-query
npm
npm install nuxt-query
yarn
yarn add nuxt-query
nuxt.config.ts
export default defineNuxtConfig({  modules: ['nuxt-query']})