The Wayback Machine - https://web.archive.org/web/20200609072917/https://github.com/nuxt/content
Skip to 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
JavaScript Vue CSS
Branch: master
Clone or download

Latest commit

benjamincanac Handle router base (#78)
* fix(lib): handle apiPrefix with router base

* feat(lib): use consola for ws logging

* fix(lib): use apiPrefix on ws connect
Latest commit 6cdeed1 Jun 9, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github chore: fix yaml syntax error May 22, 2020
docs docs: add lang switcher to menu Jun 8, 2020
example Nested properties (#60) Jun 3, 2020
lib Handle router base (#78) Jun 8, 2020
starters Update devDependency eslint-plugin-nuxt to v1 (#94) Jun 3, 2020
test fix: avoid date mismatch with API (#119) Jun 8, 2020
types fix(types): args can be string or object Jun 4, 2020
.editorconfig chore: init project Mar 31, 2020
.eslintignore chore: init project Mar 31, 2020
.eslintrc.js chore(eslint): add rule Apr 7, 2020
.gitignore chore: add sw to gitignore May 5, 2020
CHANGELOG.md chore(release): 1.3.1 Jun 4, 2020
LICENSE chore: update license copyrights May 22, 2020
README.md docs: relase note link May 22, 2020
commitlint.config.js chore: init project Mar 31, 2020
husky.config.js chore: init project Mar 31, 2020
jest.config.js chore: init project Mar 31, 2020
netlify.toml chore(netlify): fix ignore on starters Apr 24, 2020
package.json chore(release): 1.3.1 Jun 4, 2020
renovate.json chore: init project Mar 31, 2020
yarn.lock chore(deps): update all non-major dependencies (#83) Jun 3, 2020

README.md

nuxt-content

@nuxt/content

npm version npm downloads Github Actions CI Codecov License

@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

📖 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

You can’t perform that action at this time.