Docus is the fastest way to create document-driven websites with Vue & Markdown.
You can use this template to create a new project.
If you want to add Docus to an existing codebase, you can do so with:
npm install @nuxt-themes/docus
nuxt.config
:defineNuxtConfig({
extends: '@nuxt-themes/docus'
})
README
, scale to a framework documentationpnpm install --frozen-lockfile
pnpm run prepare
to generate type stubs.pnpm run dev
to start default starter. You can edit the module because pnpm workspace links it with the default starter..starters/default
since its your playground.