gbicou / nuxt3-urql

nuxt3 + urql + ssr

Home Page:https://nuxt3-urql.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 example of graphql with ssr

🔌 Available as a nuxt 3 module at https://github.com/gbicou/nuxt-urql

This is a example of nuxt3 application with :

Using countries graphql api from Trevor Blades https://countries.trevorblades.com/

Docs

We recommend to look at the nuxt3 documentation.

Setup

Make sure to install the dependencies

pnpm install

Development

Rebuild typescript sources (schema, introspection and operations) from graphql files

pnpm graphql-codegen

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

pnpm dev

Production

Build the application for production:

pnpm build

Checkout the deployment documentation.

Demo

Application is deployed :

About

nuxt3 + urql + ssr

https://nuxt3-urql.vercel.app/


Languages

Language:TypeScript 90.4%Language:Vue 7.0%Language:JavaScript 2.6%