• This repository has been archived on 19/Aug/2020
  • Stars
    star
    128
  • Rank 281,044 (Top 6 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created over 6 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

一个能够无限制下载QQ音乐无损音乐的SPA (Deprecated)

musicman

一个无限制下载QQ无损音乐的应用 (Deprecated)

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# 生产环境下使用pm2启动后端,后端默认运行在9000端口
npm install -g pm2
pm2 start app.js --name musicman

# 终止后端进程
pm2 delete musicman

# 生产环境nginx配置
参见https://segmentfault.com/q/1010000006177894
  • 注意:域名如果使用SSL,则XHR所请求的域名必须是SSL的,但由于我们使用的下载链接所对应的证书无效,会导致下载失败的问题,解决方案参见: issue3