Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 833 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 833 Bytes

Hygraph ⨯ Nuxt.js

Join our Slack

This example demonstrates how to query from Hygraph with Nuxt.js.

Demo

Deploy with Vercel

How to Use

Download Manually

npx degit hygraph/hygraph-examples/with-nuxtjs with-nuxtjs

Install & Run:

cd with-nuxtjs
npm install
npm run dev
# or
cd with-nuxtjs
yarn
yarn dev

Generate static project

npm run generate
# or
yarn generate

Run on Codesandbox

Develop with Codesandbox