mirror of
https://gitee.com/tawords/tawords-docs
synced 2025-09-12 13:11:39 +08:00
BTaDC Document
This commit is contained in:
20
docsify.md
Normal file
20
docsify.md
Normal file
@@ -0,0 +1,20 @@
|
||||
## 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
|
||||
```
|
||||
|
Reference in New Issue
Block a user