A Nuxt Content Blog, using the Document Driven mode of Nuxt Content.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoistStart the development server on http://localhost:3000
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run preview- Nuxt 3
- Nuxt Content 2
- Document Driven mode
- Markdown
- Tailwind Typography
Find more information in the package.json file
- Look at the Content documentation to learn more.
- Look at the Document Driven documentation to learn more.
- Checkout the deployment documentation for more information.