Home / Companies / Netlify / Blog / Post Details
Content Deep Dive

How to Use Nuxt Content v2 on Netlify

Blog post from Netlify

Post Details
Company
Date Published
Author
Ben Hong
Word Count
423
Language
English
Hacker News Points
-
Summary

Nuxt Content is a plugin for Nuxt that enables ingestion of Markdown, YAML, CSV and JSON files into an app, unlocking possibilities such as using local content files as a CMS, utilizing Vue Components in Markdown files, enhanced Markdown syntax, querying content, and utilizing a built-in REST API. To get started, one can use the Deploy to Netlify button for new projects or add `@nuxt/content` as a dependency to an existing Nuxt 3 project and configure it in the `nuxt.config.ts` file. With Nuxt Content v2, developers are now ready to build Nuxt 3 sites using Markdown, YAML, CSV and JSON files to power their content, with additional resources available for further learning and exploration.