musicman
1.1.0
An application for unlimited downloading of QQ lossless music (Deprecated)
# 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