# Federation Manual **Repository Path**: cstcloud-cnic/manual ## Basic Information - **Project Name**: Federation Manual - **Description**: 中国科技云联邦用户手册 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-22 - **Last Updated**: 2025-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # manual #### 介绍 中国科技云一体化云服务平台使用手册 #### 软件架构 使用vuepress v2构建 使用VuePress Theme Hope主题 #### 使用方法 安装 ``` npm install ``` 本地开发 ``` npm run docs:dev ``` 编译打包 ``` npm run docs:build ```