kwiatkk1 / 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

Home Page:https://content.nuxtjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-content

@nuxt/content

npm version npm downloads Github Actions CI Codecov License lerna

@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

📖 Read the documentation

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using yarn dev or npm run dev

License

MIT License

About

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

https://content.nuxtjs.org

License:Other


Languages

Language:JavaScript 68.1%Language:Vue 30.8%Language:CSS 0.8%Language:TypeScript 0.2%Language:Shell 0.0%