# website_v2 **Repository Path**: openharmony-sig/website_v2 ## Basic Information - **Project Name**: website_v2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 7 - **Created**: 2021-11-01 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenHarmony Website OpenHarmony 官网小组 ## 小组工作目标和范围 负责OpenHarmony官网构建 ### 工作目标 * 完善官网的各项功能和体系 ### 工作范围 * 官网页面架构构建 * 官网数据库构建 * 官网文档体系构建 * 兼容性测试体系构建 * CICD门户融合 * 开放原子基金会账户与码云账户体系融合 * BUG修复 * 新功能拓展 ## 代码仓 - 代码仓地址: - website: https://gitee.com/openharmony-sig/website_v2 ## 小组成员 ### Leader - [xzmu](https://gitee.com/xzmu) ### Committers列表 - [minglonghuang](https://gitee.com/minglonghuang) - [changweixu](https://gitee.com/changweixu) ### 联系方式(可选) - 邮件列表:[web@openharmony.io](https://lists.openatom.io/postorius/lists/web.openharmony.io/) - Zulip群组:https://zulip.openharmony.cn ## 快速上手 - 使用 [vue-vben-admin](https://anncwb.github.io/vue-vben-admin-doc/) 作为模板 - 推荐构建操作系统 Linux 或 Mac - 编译指南 ```bash git clone https://gitee.com/openharmony-sig/website_v2.git cd website npm install 或者 yarn install npm run dev 或者 yarn serve (开发环境) 打包: npm run build 或者 yarn build 文件打包到目录下的 dist 文件夹下 ``` ## License [MIT](./LICENSE) ## 特别鸣谢 [honestqiao](https://gitee.com/honestqiao)