lx-music-desktop/README.md

1016 B
Raw Blame History

洛雪音乐助手桌面版

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