-
Notifications
You must be signed in to change notification settings - Fork 709
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea27d2e
commit 36aad06
Showing
1 changed file
with
38 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,44 @@ | ||
# electron-vue-cloud-music | ||
|
||
> An electron-vue project | ||
#### Build Setup | ||
|
||
``` bash | ||
# install dependencies | ||
npm install | ||
|
||
# serve with hot reload at localhost:9080 | ||
npm run dev | ||
|
||
# build electron application for production | ||
npm run build | ||
|
||
|
||
# lint all JS/Vue component files in `src/` | ||
npm run lint | ||
|
||
``` | ||
> Electron+Vue+Ant Design Vue仿网易云音乐windows客户端实战 | ||
<p align="center"> | ||
<img src="https://github.com/xiaozhu188/electron-vue-cloud-music/blob/master/build/icons/256x256.png" width="120"> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://www.travis-ci.org"> | ||
<img src="https://www.travis-ci.org/xiaozhu188/electron-vue-cloud-music.svg?branch=master" alt=""> | ||
</a> | ||
<a href="https://github.com/xiaozhu188/electron-vue-cloud-music/blob/master/LICENSE"> | ||
<img src="https://img.shields.io/github/license/xiaozhu188/electron-vue-cloud-music.svg" alt=""> | ||
</a> | ||
</p> | ||
|
||
## 特点 | ||
* 拖拽播放 | ||
* 桌面歌词 | ||
* mini模式 | ||
* 自定义托盘右键菜单 | ||
* 音频可视化 | ||
* 自动/手动检查更新 | ||
* Nedb数据库持久化 | ||
* 浏览器中启动客户端 | ||
* Travis CL,AppVeyor自动构建 | ||
* 换肤,下载,桌面通知等 | ||
|
||
## 下载 && 运行 | ||
点击[下载应用](https://github.com/xiaozhu188/electron-vue-cloud-music/releases)。 | ||
|
||
> macOS用户请下载dmg文件,windows用户请下载exe文件,linux用户请下载AppImage文件。 | ||
> 项目当前依赖[NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi),需本地启动该服务并为接口地址添加/api后缀 | ||
## 部分界面预览 | ||
 | ||
|
||
 | ||
|
||
--- | ||
|
||
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[8fae476](https://github.com/SimulatedGREG/electron-vue/tree/8fae4763e9d225d3691b627e83b9e09b56f6c935) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html). | ||
|