Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dxx/react-bilibili
:tv: 高仿B站web移动端
https://github.com/dxx/react-bilibili
Last synced: 25 days ago
JSON representation
:tv: 高仿B站web移动端
- Host: GitHub
- URL: https://github.com/dxx/react-bilibili
- Owner: dxx
- Created: 2019-01-21T02:55:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T13:01:20.000Z (7 months ago)
- Last Synced: 2024-10-08T21:08:23.655Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 1.43 MB
- Stars: 1,307
- Watchers: 15
- Forks: 368
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bilibili-extra - React-bilibili - 高仿 B 站 web 移动端.![NodeJs](svg/nodejs.svg?raw=true) ![Android](svg/android.svg?raw=true) (第三方客户端 / 直播脚本)
- StarryDivineSky - dxx/react-bilibili
README
# react-bilibili
> **此项目仅供学习和交流,不得用于商业用途**高仿B站web移动端
##
本项目基于此[SSR服务端渲染](https://github.com/dxx/react-ssr)模板,使用React16.8,Typescript开发## 技术点
* react
* react-router-dom
* react-router-config
* redux(数据管理)
* redux-thunk(支持异步Action)
* react-helmet(Head管理)
* react-lazyload(图片懒加载)
* loadable-components(代码分割)
* cross-fetch(浏览器和node通用的Fetch API)
* express(后端服务)## 实现功能
* 首页
* 分类页
* 排行榜
* 搜索
* 视频详情页
1.视频播放
2.弹幕
3.推荐列表
4.评论列表
* UP主页
1.详情
2.投稿列表
* 个人中心
历史记录
* 直播
* 直播列表
* 分类
* 直播间
1.直播播放
2.聊天弹幕## 运行
> 先运行服务端接口,见`bilibili-api`目录。本http服务默认端口: 3010
### `npm install`
安装项目依赖包### `npm run dev`
运行开发环境### `npm run build`
打包客户端和服务端,运行生产环境前必须先打包### `npm run start`
运行生产环境## 屏幕截图