Nuxt Content

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
GitHub
3.3k
Created 5 years ago, last commit a day ago
251 contributors
3.06k commits
Stars added on GitHub, month by month
3
4
5
6
7
8
9
10
11
12
1
2
2024
2025
Stars added on GitHub, per day, on average
Yesterday
=
Last week
+2.0
/day
Last month
+2.1
/day
Last 12 months
+1.2
/day
npmPackage on NPM
Monthly downloads on NPM
3
4
5
6
7
8
9
10
11
12
1
2
2024
2025
README

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 💚