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 StackBlitz

Installation

  1. Install the nuxt-mdi dependency to your project using your preferred package manager:
npm
npm install --save-dev nuxt-mdi
yarn
yarn add -D nuxt-mdi
pnpm
pnpm add -D nuxt-mdi
  1. Add 'nuxt-mdi' to the modules section of your nuxt.config.ts file.
nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'nuxt-mdi'
  ]
})
✨ That's it! You can now use nuxt-mdi in your Nuxt app
Table of Contents