Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tohsaka888/neteasecloudmusicweb
使用React+typescript重写网易云
https://github.com/tohsaka888/neteasecloudmusicweb
netease react
Last synced: 4 months ago
JSON representation
使用React+typescript重写网易云
- Host: GitHub
- URL: https://github.com/tohsaka888/neteasecloudmusicweb
- Owner: tohsaka888
- Created: 2021-12-05T02:52:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T15:28:22.000Z (4 months ago)
- Last Synced: 2024-10-18T12:10:58.345Z (4 months ago)
- Topics: netease, react
- Language: TypeScript
- Homepage: https://netease-cloud-music-web.vercel.app/
- Size: 1.48 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React构建网易云音乐
## clone项目
```bash
git clone https://github.com/tohsaka888/NeteaseCloudMusicWeb.git
```## 安装依赖
```bash
yarn install
```## 运行
```bash
yarn start
```## 编译
```bash
yarn build
```## Docker支持
> 如果您本地安装了docker,可以尝试这种方法运行
### 拉取仓库
```bash
docker pull tohsaka888/neteasecloudmusicweb:latest
```### 运行
```bash
docker run -p 3000: tohsaka888/neteasecloudmusicweb:latest
```> `为您想监听的端口`
或者
clone本项目,并执行
```bash
yarn docker
```