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

https://github.com/cicec/163-music

原生JavaScript实现网易云音乐手机站
https://github.com/cicec/163-music

Last synced: 12 months ago
JSON representation

原生JavaScript实现网易云音乐手机站

Awesome Lists containing this project

README

          

# 163-music

使用原生JavaScript实现网易云音乐手机站,自带后台管理页面。前端使用MVC架构模式。选择LeanCloud+七牛云存储保存数据。

## 使用

- 预览:`yarn start` || `npm start`
- 构建:`yarn run build` || `npm run build`

## 在线预览

- https://clancysong.github.io/163-music/dist
- 完成首页(推荐歌曲、热门歌曲、搜索歌曲)、歌单页、歌曲播放页。

## 后台管理

- https://clancysong.github.io/163-music/dist/admin.html
- 支持上传歌曲、新增歌曲、修改歌曲等操作。