# doc-temp **Repository Path**: lijiaxin0621/doc-temp ## Basic Information - **Project Name**: doc-temp - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docsify教程 # 一、安装依赖 ``` npm i docsify-cli -g ``` # 二、初始化项目 ``` //克隆仓库 打开doc-temp文件夹 git docsify init ``` # 三、启动 ``` 终端 docsify serve ```