# bilibili **Repository Path**: DengJ12138/bili ## Basic Information - **Project Name**: bilibili - **Description**: 一个模仿bilibili/哔哩哔哩视频网站的个人练习项目,尽可能争取最高的还原度 - **Primary Language**: JavaScript - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: http://47.113.204.129/ - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 0 - **Created**: 2022-08-22 - **Last Updated**: 2024-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: 视频网站, 毕业设计, Vue, bilibili ## README ## 开发 ```bash # 克隆项目 git https://gitee.com/DengJ12138/bili.git # 安装依赖 npm install # 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npm.taobao.org # 启动服务 npm run dev ``` ## 发布 ```bash # 构建测试环境 npm run build:stage # 构建生产环境 npm run build:prod ``` ## 预览 预览地址:http://47.113.216.99/ 注:网站资源均为静态资源