25 lines
995 B
Markdown
25 lines
995 B
Markdown
---
|
|
title: Deep folder Vue
|
|
description: 'Empower your NuxtJS application with @nuxt/content module: 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.'
|
|
author: 'Huwng'
|
|
image: 'http://placekitten.com/g/1920/1080'
|
|
tags: ['vuejs']
|
|
published: '2020-01-12'
|
|
---
|
|
|
|
## Getting started
|
|
|
|
Empower your NuxtJS application with `@nuxtjs/content` module: 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**.
|
|
|
|
## Writing content
|
|
|
|
Learn how to write your `content/`, supporting Markdown, YAML, CSV and JSON: https://content.nuxtjs.org/writing.
|
|
|
|
## Fetching content
|
|
|
|
Learn how to fetch your content with `$content`: https://content.nuxtjs.org/fetching.
|
|
|
|
## Displaying content
|
|
|
|
Learn how to display your Markdown content with the `<nuxt-content>` component directly in your template: https://content.nuxtjs.org/displaying.
|