Skip to content

nuxt-themes/docus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0eb6b32 · Nov 6, 2024
Nov 6, 2024
Nov 6, 2024
Oct 24, 2024
Apr 10, 2023
Oct 31, 2023
Jan 27, 2023
Oct 5, 2023
Jul 12, 2023
Oct 5, 2023
Nov 6, 2024
Jun 10, 2022
Sep 5, 2022
May 11, 2023
Nov 6, 2024
Oct 24, 2024
Mar 7, 2023
Nov 16, 2022
Nov 28, 2022
Jun 30, 2023
Oct 5, 2023
Nov 7, 2022
Oct 24, 2024
Jun 30, 2023
Nov 6, 2024
Nov 6, 2024
Nov 6, 2024
May 11, 2023
Jun 10, 2022
Jul 12, 2023
May 11, 2023

Repository files navigation

Docus

Docus

npm version npm downloads License Nuxt Nuxt Studio Volta

Docus is the fastest way to create document-driven websites with Vue & Markdown.

Start a project with Docus

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:

  • Install the dependency:
npm install @nuxt-themes/docus
  • Add it to your extends key in nuxt.config:
defineNuxtConfig({
  extends: '@nuxt-themes/docus'
})

Features ✨

  • +50 Components ready to build rich pages
  • Article, Docs and Blog layouts
  • Start from a README, scale to a framework documentation
  • Table of contents support
  • Configurable design system integration
  • Replace, extend, customize any component in a breeze
  • Leverages @nuxt-themes/typography
  • Used on Content Documentation

They are using it 🎨

Contributing 🙏

  1. Clone this repository
  2. Install dependencies using pnpm install --frozen-lockfile
  3. Run pnpm run prepare to generate type stubs.
  4. Use pnpm run dev to start default starter. You can edit the module because pnpm workspace links it with the default starter.
  5. Do not commit any change in .starters/default since its your playground.

License 📎

MIT License