- Run
npx degit grafbase/grafbase/examples/nuxt grafbase-with-nuxtto clone this example - Change directory into the new folder
cd grafbase-with-nuxt - Run
cp .env.example .env - Open
.envin your code editor, and provide your Grafbase API endpoint and API key - Run
npm install, oryarn installto install dependencies - Run
npm run dev, oryarn devand visit http://localhost:3000
To learn more about Grafbase, take a look at the following resources:
- Grafbase - learn about Grafbase features and API.
To learn more about Nuxt 3, take a look at the following resources:
- Nuxt 3 Documentation - learn about Nuxt 3 features and API.