Markdown-based documentation starter with Nuxt and Vue components.
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 documentationyarn install
or npm install
npm run prepare
to generate type stubs.npm run dev
to start playground in development mode.Markdown-based documentation starter with Nuxt and Vue components.
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 documentationyarn install
or npm install
npm run prepare
to generate type stubs.npm run dev
to start playground in development mode.