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:
npx nuxi@latest module add 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