# jsrh-onshore **Repository Path**: jiangjun_1_0/jsrh-onshore ## Basic Information - **Project Name**: jsrh-onshore - **Description**: 金山日化岸端,带视频 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-21 - **Last Updated**: 2025-12-21 ## 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 ```