contentv2-nuxt3 icon indicating copy to clipboard operation
contentv2-nuxt3 copied to clipboard

Simple site created with the new content v2 for nuxt 3

Blog / Merch Site w/ Nuxt 3 + Content v2

Look at the Content documentation to learn more.

Demo

https://contentv2-nuxt3.behonbaker.com/

Home Page Image

Me?

Behon Baker

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.