Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu188 authored Sep 5, 2019
1 parent ea27d2e commit 36aad06
Showing 1 changed file with 38 additions and 19 deletions.
57 changes: 38 additions & 19 deletions README.md
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后缀
## 部分界面预览
![mini](https://user-images.githubusercontent.com/20502995/64253818-b014d780-cf50-11e9-8cea-1cccf98fc712.gif)

![QQ截图20190904200739](https://user-images.githubusercontent.com/20502995/64253937-ef432880-cf50-11e9-985a-91b486c44807.png)

---

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).

0 comments on commit 36aad06

Please sign in to comment.