Getting Started
From your Markdown files to a deployed website in few minutes.
Play online
You can start playing with Docus in your browser using Stackblitz:
Play on StackBlitzCreate a new project
- Install Nuxt Content Stand theme in your project:
npm
npm install nuxt-content-standyarn
yarn add nuxt-content-standpnpm
pnpm install nuxt-content-stand- Extend the
nuxt.config.jsfile with the theme in theextendsarray (orextendsproperty if you use TypeScript):
nuxt.config.ts
export default defineNuxtConfig({
extends: "nuxt-content-stand",
});✨ Well done! You can create your first Markdown file in the
content folder.