- Notifications
You must be signed in to change notification settings - Fork664
The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
License
NotificationsYou must be signed in to change notification settings
nuxt/content
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Nuxt Content reads thecontent/
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 theMDC syntax.
- Nuxt 3 support
- Work in serverless and edge environments (Cloudflare Workers, etc.)
- Render Vue components in Markdown with theMDC syntax
- Fully typed collections and queries
- Navigation generation
- Blazing fast hot module replacement in development
- Code highlighting withShiki
- Powerful query builder on top of SQLite database
- ... and more
- 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
MIT - Made with 💚
About
The file-based CMS for your Nuxt application, powered by Markdown and Vue components.