cloud-music-mobile icon indicating copy to clipboard operation
cloud-music-mobile copied to clipboard

This is a music player

cloud-music-mobile

This is a music player

cloud-music-mobile

Intro

  • [x] 推荐歌单
  • [x] 歌单详情
  • [x] 搜索歌曲
  • [x] 播放器
  • [x] 播放列表
  • [x] 随机播放、列表播放、单曲循环

Technology stack

Vue
Vue-router
Vuex
axios
Muse-UI
vue-awesome-swiper

API service

网易云音乐 Node.js API service提供
version: 3.0

Install


# 安装项目依赖
$ yarn

# 获取子项目
$ git submodule init
$ git submodule update

# 安装子项目的依赖
$ cd NeteaseCloudMusicApi
$ yarn
$ cd ../

Run


# 启动 api 服务
$ yarn sever
# 启动前台服务
$ yarn start

Build

# 打包
$ yarn build

Contributing

  • Fork this Repo first
  • Clone your Repo
  • Install dependencies by $ npm install
  • Checkout a feature branch
  • Feel free to add your features
  • Make sure your features are fully tested
  • Publish your local branch, Open a pull request
  • Enjoy hacking <3

built upon love by docor v0.3.0