Nuxt UI Pro
Docus By 

Write beautiful docs with Markdown

A beautiful, minimal starter for creating documentation with Docus
This is the default Docus starter template that provides everything you need to build beautiful documentation sites with Markdown and Vue components.
⨠Features
- šØ Beautiful Design - Clean, modern documentation theme
- š± Responsive - Mobile-first responsive design
- š Dark Mode - Built-in dark/light mode support
- š Search - Full-text search functionality
- š Markdown Enhanced - Extended markdown with custom components
- šØ Customizable - Easy theming and brand customization
- ā” Fast - Optimized for performance with Nuxt 4
- š§ TypeScript - Full TypeScript support
š Quick Start
# Install dependencies
npm install
# Start development server
npm run dev
Your documentation site will be running at http://localhost:3000
š Project Structure
my-docs/
āāā content/ # Your markdown content
ā āāā index.md # Homepage
ā āāā 1.getting-started/ # Getting started section
ā āāā 2.essentials/ # Essential documentation
āāā public/ # Static assets
āāā package.json # Dependencies and scripts
ā” Built with
This starter comes pre-configured with:
- Nuxt 4 - The web framework
- Nuxt Content - File-based CMS
- Nuxt UI Pro - Premium UI components
- Nuxt Image - Optimized images
- Tailwind CSS 4 - Utility-first CSS
- Docus Layer - Documentation theme
š Documentation
For detailed documentation on customizing your Docus project, visit the Docus Documentation
š Deployment
Build for production:
npm run build
The built files will be in the .output
directory, ready for deployment to any hosting provider that supports Node.js.