1
0
mirror of https://gitee.com/tawords/tawords-docs synced 2025-01-10 11:28:13 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
tawords-docs/docsify.md
2021-08-07 00:54:13 +08:00

21 lines
421 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## docsify
> 官方网站https://docsify.js.org/#/zh-cn/quickstart
### 全局安装 `docsify-cli` 工具
可以方便地创建及在本地预览生成的文档。
```bash
npm i docsify-cli -g
```
### 本地预览
通过运行 `docsify serve` 启动一个本地服务器,可以方便地实时预览效果。默认访问地址 [http://localhost:3000](http://localhost:3000/) 。
```bash
docsify serve docs
```