Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.18 KB

README.md

File metadata and controls

53 lines (29 loc) · 1.18 KB

网易云音乐-eletrion简易版

一个使用了 React + Redux + React-Router + Eletrion 的桌面音乐应用

感谢: 请求API目录 ./api-server 来自于 网易云音乐 API 3.18.3

项目效果

1

2

3

4

5

6

准备

// ssh
git clone git@github.com:SCWR/music-box.git

// https
git clone https://github.com/SCWR/music-box.git

yarn install

开发

// start react server
yarn run start

// start electron
yarn run electron

打包

yarn run package