Skip to content

nuxt/content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c81d1c4 Β· Jan 10, 2025
Dec 10, 2024
Jan 10, 2025
Dec 20, 2024
Jan 7, 2025
Jan 9, 2025
Jan 8, 2025
Dec 22, 2021
Oct 14, 2024
Aug 1, 2024
Nov 20, 2024
Dec 9, 2024
Feb 8, 2022
Dec 20, 2024
Dec 20, 2024
Jan 10, 2025
Jan 10, 2025
Oct 15, 2024
Feb 29, 2024
Jan 7, 2025
Jan 7, 2025

Repository files navigation

nuxt-content-social-card

Nuxt Content

npm version npm downloads License Nuxt Volta

Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.

Features

  • Nuxt 3 support
  • Work in serverless and edge environments (Cloudflare Workers, etc.)
  • Render Vue components in Markdown with the MDC syntax
  • Fully typed collections and queries
  • Navigation generation
  • Blazing fast hot module replacement in development
  • Code highlighting with Shiki
  • Powerful query builder on top of SQLite database
  • ... and more

πŸ’» Development

  • Clone repository
  • Install dependencies using pnpm install
  • Prepare using pnpm dev:prepare
  • Build using pnpm prepack
  • Try playground using pnpm dev
  • Test using pnpm test

License

MIT - Made with πŸ’š