# template-help **Repository Path**: markdown-lang/template-help ## Basic Information - **Project Name**: template-help - **Description**: 用户手册 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-15 - **Last Updated**: 2025-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # My Awesome Project 使用 [Markdown](https://spec.commonmark.org/0.31.2/) 编写用户手册。 ## 编写文档 使用 [vitepress](https://vitepress.dev/) 编写文档。 ```sh # 安装依赖 npm install # 边写边看 npm run docs:dev # 构建 npm run docs:build ```