UnDocs logoUnDocs

Getting Started


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:

npx giget gh:unjs/undocs/template docs --install

Go to the docs dir cd docs/

Start development server:

npm run dev

Build for production:

npm run build