Skip to content

快速开始

本站使用 VitePress 1.6.4 构建,用于集中维护产品说明、使用指南与技术资料。

项目结构

text
docs/
├─ .vitepress/
│  └─ config.mts
├─ guide/
│  ├─ getting-started.md
│  └─ writing.md
└─ index.md

本地开发

项目需要 Node.js 和 npm。安装依赖后启动开发服务器:

powershell
npm install
npm run docs:dev

生产构建

powershell
npm run docs:build

构建产物位于 docs/.vitepress/dist

基于 VitePress 构建