Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 322 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 322 Bytes

DeekeScript文档部署

1.安装nodejs和git

自行百度

2.拉取代码

git clone https://github.com/DeekeScript/deekeScriptDoc ./

3.安装依赖

npm install

4.启动服务

npm run serve

5.访问文档

打开http://localhost:4000

6.编译文档

npm run build