/content

Nuxt Content lets you write in a content/ directory and fetch your Markdown, JSON, YAML, XML and CSV files through a MongoDB like API, acting as a Git-based Headless CMS

Primary LanguageTypeScriptMIT LicenseMIT

nuxt-content

Nuxt Content

File based Headless CMS for modern websites built with Nuxt.

Features

  • Nuxt 3 support
  • A Markdown syntax made for components (MDC)
  • Navigation generation
  • Code highlighting with Shiki
  • Blazing fast hot module replacement in development
  • Powerful query builder (MongoDB like)
  • Table of contents generation
  • Also handles CSV, YAML and JSON(5)
  • Extend with hooks and content plugins

💻 Development

  • Clone repository
  • Install dependencies using yarn install
  • Prepare using yarn dev:prepare
  • Try playground using yarn dev

License

MIT - Made with 💚