Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 769 Bytes

1.index.md

File metadata and controls

27 lines (15 loc) · 769 Bytes

Getting Started

Important

This is an internal tool meant for UnJS docs tooling and not reusable at the moment. These docs are for demonstration purposes only, do not rely on them or this tool!

Overview

UnJS Docs is a minimal Documentation Theme and CLI for shared usage across UnJS projects.

It is made with Nuxt, Nuxt Content, Nuxt SEO and Nuxt UI Pro with a zero config and elegant CLI wrapper.

Quick Start

Create docs/ project with starter template:

:pm-x{command="giget gh:unjs/undocs/template docs --install"}

Go to the docs dir cd docs/

Start development server:

:pm-run{script="dev"}

Build for production:

:pm-run{script="build"}