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 StackBlitzInstallation
- Install the
nuxt-mdi
dependency to your project using your preferred package manager:
npx nuxi@latest module add nuxt-mdi
- Add
'nuxt-mdi'
to the modules section of yournuxt.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