# website **Repository Path**: jiangjun_1_0/website ## Basic Information - **Project Name**: website - **Description**: 帆语官网 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-05 - **Last Updated**: 2025-02-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 开发 ```bash # 克隆项目 git clone https://gitee.com/*** # 安装yarn npm install yarn # 安装依赖 yarn install # 启动服务 yarn dev ``` 浏览器访问 http://localhost:80 ## 发布 ```bash # 构建测试环境 yarn build:stage # 构建生产环境 yarn run build:prod ```