Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chunghha/urql-poc

A demo of Nuxt 3 minimal GraphQL client
https://github.com/chunghha/urql-poc

codegen graphql nuxt3 urql

Last synced: about 11 hours ago
JSON representation

A demo of Nuxt 3 minimal GraphQL client

Awesome Lists containing this project

README

        

# Nuxt 3 Minimal GraphQL Client

We recommend to look at the [documentation](https://v3.nuxtjs.org).

## Setup

Make sure to install the dependencies

```bash
yarn install
```

## Development

Start the development server on http://localhost:3000

```bash
yarn dev
```

## Production

Build the application for production:

```bash
yarn build
```

Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).

## Credits

[bicouy0/nuxt3-urql](https://github.com/bicouy0/nuxt3-urql)

[trevorblades/countries](https://github.com/trevorblades/countries)