Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zzxming/just-music

音乐播放网页,可获取网易云音乐以及哔哩哔哩视频的音频
https://github.com/zzxming/just-music

element-plus less pinia tyoescript vue vue3-typescript

Last synced: 14 days ago
JSON representation

音乐播放网页,可获取网易云音乐以及哔哩哔哩视频的音频

Awesome Lists containing this project

README

        

# 音乐播放

实现根据哔哩哔哩 bv 号获取视频的音频播放, 听没有上传到其他平台的歌曲或者视频, 同时包含网易云音乐的歌曲、歌单播放

[项目后端地址](https://github.com/zzxming/just-music-server)

# 安装与运行

克隆项目
```
git clone https://github.com/zzxming/just-music.git
```

进入目录安装运行依赖
```
npm install
```

启动服务
```
npm run start
```

# 其他

支持本地的音乐数据,但需要按结构将数据先录入数据库,目前代码将本地的数据展示注释,如有需要可自行修改