0.2.0 • Published 3 years ago

nuxt-urql v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Features

  • Basic Nuxt3 module for providing urql client
  • Configurable URL in nuxt.config.ts
  • SSR support with ssrExchange

Install

yarn add -D nuxt-urql @urql/vue graphql
# npm i -D nuxt-urql @urql/vue graphql

Usage

Within your nuxt.config.js add the following.

import { defineNuxtConfig } from 'nuxt3'

export default defineNuxtConfig({
  buildModules: [
    'nuxt-urql',
  ],
  urql: {
    url: 'https://rickandmortyapi.com/graphql/'
  }
})

Refer to the @urql/vue documentation for more information.

Roadmap

Credits

0.2.0

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago