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