# live-mobile **Repository Path**: hyjsunny/live-mobile ## Basic Information - **Project Name**: live-mobile - **Description**: 直播移动用户端页面版本2 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-27 - **Last Updated**: 2026-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 概述 在线mock服务:https://www.fastmock.site/ ## 开发说明 ### 项目说明 入口文件位于src\scripts\entry\h5 接口服务位于src\scripts\services ### 如何替换域名 在代码中全局搜索域名,如livetest 找到位置替换即可。 ### 安装 1.安装node版本 推荐使用 V12 2.安装依赖 在命令行执行 `npm i` ### 开发 `npm run dev` 首页:http://localhost:3333/index.html ### 打包 `npm run build` 打包文件位于build文件 拷贝至服务器即可。(覆盖服务器文件 不要删除) ## 上线日志