# live-project **Repository Path**: willchow_473/live-project ## Basic Information - **Project Name**: live-project - **Description**: 简易的体育直播平台 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-07-21 - **Last Updated**: 2022-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 体育比赛直播平台 基于 vue 开发的直播项目,如果觉得项目不错,请帮忙 `Star` 支持一下。 ### 技术栈 * vue * vuex * vue-router * element-ui * ckplayer ### 运行项目 ``` bash # clone 项目 git clone git@github.com:caozongpeng/live-project.git # 进入项目 cd live-project # 安装依赖 npm install # 启动服务 npm run dev # 打包项目(需要在index.html里引入文件build/build.js) npm run build # 打包成功会出现一个 dist 目录,将目录打包上传到服务器用 nginx 部署即可 ``` ### 界面展示 * 首页 ![index](https://github.com/caozongpeng/github-static/blob/master/live-project/index.png) * 播放页 ![live](https://github.com/caozongpeng/github-static/blob/master/live-project/live.png)