> For the complete documentation index, see [llms.txt](https://polyv.gitbook.io/document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polyv.gitbook.io/document/readme.md).

# README

基于docsify-cli脚手架构建，方便地创建及在本地预览生成的帮助文档： <https://docsify.js.org/#/zh-cn/quickstart>

## 本地预览

### `npm run dev`

启动一个本地服务器，可以方便地实时预览效果。默认访问地址 <http://localhost:3000> 。

## 样式sass处理

cd docs/skin npm ci

### 本地运行

npm run dev

### 生成打包

npm run buildIndex
