# blog-api-doc **Repository Path**: copoile/blog-api-doc ## Basic Information - **Project Name**: blog-api-doc - **Description**: GitBook编写的博客Api文档 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2020-04-09 - **Last Updated**: 2022-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 说明 这是一个GitBook编写的博客Api文档项目。 ![image](./image/api-doc.png) ### 在线文档 [在线文档](http://copoile.gitee.io/blog-doc) ### 运行环境 GitBook安装依赖node.js环境,安装gitbook前需要确保安装好node.js环境: ```shell node -v v12.13.0 ``` ### 安装GitBook ```shell npm install gitbook-cli -g ``` ### 安装依赖 ```shell gitbook install ``` ### 运行 ```shell gitbook serve ``` ### 打包 ```shell gitbook build ```