This example demonstrates how to query from Hygraph with Nuxt.js.
• Demo
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
npm run generate
# or
yarn generate