Grafbase ⨯ Nuxt 3

Join our Discord

Deploy to Grafbase
Deploy with Vercel

Mandatory configuration

Rename your .env.example to .env and fill all the variables.

GitHub

Create a GitHub OAuth application and make sure to set:

Fill your .env with GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET variables.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/pages/sign-in.vue. The page auto-updates as you edit the file.

Learn More About Grafbase

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:

Run on Codesandbox

Develop with CodeSandbox