Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 294 Bytes

File metadata and controls

28 lines (22 loc) · 294 Bytes

Nuxt 3 Apollo GraphQL (Hasura)

Preview

Setup

yarn install

Setup GraphQL params in .env:

GQL_SERVER=
GQL_SERVER_ADMIN_SECRET=
yarn codegen
yarn dev

Production

Build the application for production:

yarn build