Go to file
lyswhut 14f7bd10a3 初始提交 2019-08-16 17:27:23 +08:00
build-config 初始提交 2019-08-16 17:27:23 +08:00
publish 初始提交 2019-08-16 17:27:23 +08:00
src 初始提交 2019-08-16 17:27:23 +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-16 17:27:23 +08:00
LICENSE Initial commit 2019-08-14 22:31:09 +08:00
README.md 初始提交 2019-08-16 17:27:23 +08:00
appveyor.yml 初始提交 2019-08-16 17:27:23 +08:00
license.txt 初始提交 2019-08-16 17:27:23 +08:00
package-lock.json 初始提交 2019-08-16 17:27:23 +08:00
package.json 初始提交 2019-08-16 17:27:23 +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 7.x
  • Vue 2.x

其他说明TODO

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

使用方法

# 开发模式
npm run dev

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

# 构建安装包
npm run pack