content

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.

{
  "message": "You should use slots with <ContentRenderer>",
  "value": {
    "_empty": true,
    "title": "",
    "description": "",
    "body": {
      "type": "root",
      "children": [],
      "toc": {
        "title": "",
        "searchDepth": 2,
        "depth": 2,
        "links": []
      }
    },
    "_type": "markdown",
    "_id": "nuxt:content:readme.md"
  },
  "excerpt": false,
  "tag": "div"
}