Skip to content

ceceliacreates/nuxt-content-v2-doc-driven

Repository files navigation

Document-Driven Mode in Nuxt Content v2

Source code for ceceliacreates.com, built with v2 the Nuxt Content Module with Document-Driven Mode.

Read the blog post here for more details on the dev process.

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

or

npx nuxi dev

Production

Build the static application for production:

npm run generate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published