lunx.docs

📖 VitePress

VitePress static site generation for documentation. Markdown, themes, search.

Static

Minimal config

typescriptlunx.config.ts
import { defineConfig } from 'lunx'

export default defineConfig({
  framework: 'vitepress'
  // preset:   'spa' — implied
  // platform: 'browser' — implied
})

Quick start

bash
npm create lunx-dev@latest my-app -- --framework vitepress
cd my-app && npm install
lunx dev

Validated results

All tests passed
Static build confirmed · markdown rendering · search index generated