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-stand
yarn
yarn add nuxt-content-stand
pnpm
pnpm install nuxt-content-stand
- Extend the
nuxt.config.js
file with the theme in theextends
array (orextends
property 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.