Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chunghha/urql-poc
- Owner: chunghha
- Created: 2022-03-13T04:01:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T01:28:54.000Z (8 months ago)
- Last Synced: 2024-04-13T03:31:46.935Z (7 months ago)
- Topics: codegen, graphql, nuxt3, urql
- Language: TypeScript
- Homepage:
- Size: 953 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)