Go to file
lyswhut 214745ae87 新增win32应用构建 2019-08-17 14:45:59 +08:00
build-config 初始提交 2019-08-16 17:27:23 +08:00
publish 修复安装包许可协议乱码问题 2019-08-17 10:41:14 +08:00
src 修复更新弹窗的内容显示问题 2019-08-17 02:57:35 +08:00
.babelrc 初始提交 2019-08-16 17:27:23 +08:00
.editorconfig 初始提交 2019-08-16 17:27:23 +08:00
.eslintrc 初始提交 2019-08-16 17:27:23 +08:00
.gitignore 初始提交 2019-08-16 17:27:23 +08:00
CHANGELOG.md 修复更新弹窗的内容显示问题 2019-08-17 02:57:35 +08:00
LICENSE Initial commit 2019-08-14 22:31:09 +08:00
README.md 添加更新日志链接 2019-08-17 03:30:49 +08:00
appveyor.yml 初始提交 2019-08-16 17:27:23 +08:00
license.rtf 修复安装包许可协议乱码问题 2019-08-17 10:41:14 +08:00
package-lock.json 新增:直接播放QQ音乐排行榜音乐 2019-08-17 02:22:43 +08:00
package.json 新增win32应用构建 2019-08-17 14:45:59 +08:00
postcss.config.js 初始提交 2019-08-16 17:27:23 +08:00

README.md

洛雪音乐助手桌面版

GitHub release Build status GitHub All Releases Download dev branch

说明

一个基于 Electron + Vue 开发的 Windows 版音乐软件。

所用技术栈:

  • Electron 6.x
  • Vue 2.x

其他说明TODO

软件变化请查看:更新日志

感谢 https://github.com/messoer 提供的部分音乐API

使用方法

# 开发模式
npm run dev

# 构建免安装版
npm run pack:dir

# 构建安装包
npm run pack

License

Apache License 2.0