Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 1.35 KB

README_zh-CN.md

File metadata and controls

71 lines (49 loc) · 1.35 KB
English | 简体中文

LightMusic logo

Light Music

一个跨平台极简主义音乐播放器

release platform license


home page

✨ 特色

  • 🚢 跨平台构建,支持 Windows、Linux、macOS
  • 📐 界面简洁,以少胜多
  • 🚀 主要使用 ReactViteElectron 等技术

⚙ 运行代码

Clone 这个仓库

$ git clone https://github.com/jinsuichen/LightMusic.git

安装依赖包

$ npm install

开发模式运行

$ npm run dev

打包

# For Windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

📜 开源许可证

GPL V3