nuxt/content
Write in a content/ directory and fetch your Markdown, JSON, YAML and CSV files through a MongoDB like API, acting as a Git-based Headless CMS
repo name | nuxt/content |
repo link | https://github.com/nuxt/content |
homepage | https://content.nuxtjs.org |
language | JavaScript |
size (curr.) | 3173 kB |
stars (curr.) | 657 |
created | 2020-03-31 |
license | Other |
@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)
- Extend with hooks
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
yarn dev
ornpm run dev