Package Exports
- @nuxt/content
- @nuxt/content/parsers/markdown/handlers
- @nuxt/content/templates/nuxt-content.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nuxt/content) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@nuxt/content
@nuxt/content lets you write in a content/ directory, acting as Git-based Headless CMS
Features
- Blazing fast hot reload in development
- Vue components in Markdown
- Full-text search
- Support static site generation with
nuxt generate - Powerful QueryBuilder API (MongoDB like)
- Syntax highlighting to code blocks in markdown files using PrismJS.
- Table of contents generation
- Handles Markdown, CSV, YAML, JSON(5), XML
- Extend with hooks
Development
- Clone this repository
- Install dependencies using
yarn installornpm install - Start development server using
yarn devornpm run dev