### 说明
一个基于 Electron + Vue 开发的音乐软件。
所用技术栈:
- Electron 9
- Vue 2
已支持的平台:
- Windows 7 及以上
- Mac OS
- Linux
软件变化请查看:[更新日志](https://github.com/sixyin/lx-music-desktop/blob/master/CHANGELOG.md)
软件下载请转到:[发布页面](http://www.sixyin.com/544.html)
使用常见问题请转至:[常见问题](https://github.com/lyswhut/lx-music-desktop/blob/master/FAQ.md)
### 源码使用方法
环境要求:Node.js 12.x+
```bash
# 开发模式
npm run dev
# 构建免安装版
npm run pack:dir
# 构建安装包(Windows版)
npm run pack
# 构建安装包(Mac版)
npm run pack:mac
# 构建安装包(Linux版)
npm run pack:linux
```
### UI界面