GraphCMS ⨯ Nuxt.js

Join our Slack

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

Demo

Deploy with Vercel

How to Use

Download Manually

npx degit graphcms/graphcms-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