-
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
bc65cdc
commit e322843
Showing
7 changed files
with
86 additions
and
36 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
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,34 +1,73 @@ | ||
# test | ||
|
||
## Project setup | ||
``` | ||
yarn install | ||
``` | ||
|
||
### Compiles and hot-reloads for development | ||
``` | ||
yarn serve | ||
``` | ||
|
||
### Compiles and minifies for production | ||
``` | ||
yarn build | ||
``` | ||
|
||
### Run your unit tests | ||
``` | ||
yarn test:unit | ||
``` | ||
|
||
### Run your end-to-end tests | ||
``` | ||
yarn test:e2e | ||
``` | ||
|
||
### Lints and fixes files | ||
``` | ||
yarn lint | ||
``` | ||
|
||
### Customize configuration | ||
See [Configuration Reference](https://cli.vuejs.org/config/). | ||
# electron-vue-cloud-music | ||
|
||
> Electron+Vue+Ant Design Vue仿网易云音乐windows客户端实战 | ||
<p align="center"> | ||
<img src="https://xiaozhu188.github.io/electron-vue-cloud-music/images/logo.png" width="120"> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/feross/standard"> | ||
<img src="https://img.shields.io/badge/code%20style-standard-green.svg?style=flat-square" alt="standard code"> | ||
</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="license"> | ||
</a> | ||
<a href="https://github.com/xiaozhu188/electron-vue-cloud-music/releases"> | ||
<img src="https://img.shields.io/github/v/release/xiaozhu188/electron-vue-cloud-music.svg?style=flat-square" alt="release"> | ||
</a> | ||
<a href="https://github.com/xiaozhu188/electron-vue-cloud-music/releases/latest"> | ||
<img src="https://img.shields.io/github/downloads/xiaozhu188/electron-vue-cloud-music/total.svg?style=flat-square" alt=""> | ||
</a> | ||
</p> | ||
|
||
## 特点 | ||
* 视频播放器 | ||
* 拖拽播放 | ||
* 桌面歌词 | ||
* mini模式 | ||
* 自定义托盘右键菜单 | ||
* 任务栏缩略图,歌曲操作 | ||
* 音频可视化 | ||
* 自动/手动检查更新 | ||
* Nedb数据库持久化 | ||
* 自定义安装路径,安装界面美化 | ||
* 浏览器中启动客户端 | ||
* Travis CL,AppVeyor自动构建 | ||
* 换肤,下载,本地歌曲匹配,网络变化桌面通知,分享歌曲/歌单/MV/视频等到QQ空间 | ||
* 登录,私人Fm,歌单,专辑,歌手,排行榜,MV,视频,评论,搜索,用户,动态,粉丝,关注,云盘,收藏... | ||
* 心动模式,歌词微调,下一首播放,追加播放,单曲循环,随机播放,列表循环 | ||
* 路由导向,局部刷新,首页栏目调整并持久化... | ||
* ... | ||
|
||
|
||
## 下载 && 运行 | ||
点击[下载应用](https://github.com/xiaozhu188/electron-vue-cloud-music/releases/latest)。 | ||
|
||
|
||
> macOS用户请下载dmg文件,windows用户请下载exe文件,linux用户请下载AppImage文件。 | ||
> 项目当前依赖[NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi),感谢NeteaseCloudMusicApi的作者。 | ||
## 开发说明 | ||
[开发实战](https://xiaozhu188.github.io/electron-vue-cloud-music) | ||
|
||
## 部分界面预览 | ||
|
||
![video](https://image-static.segmentfault.com/413/702/4137029073-5ee22a3970f74) | ||
|
||
![mini](https://user-images.githubusercontent.com/20502995/64253818-b014d780-cf50-11e9-8cea-1cccf98fc712.gif) | ||
|
||
![mini2](https://image-static.segmentfault.com/380/918/3809182577-5ee22c36dfbca) | ||
|
||
![home](https://user-images.githubusercontent.com/20502995/64253937-ef432880-cf50-11e9-985a-91b486c44807.png) | ||
|
||
![view1](https://image-static.segmentfault.com/159/184/1591841002-5d77e7746a311) | ||
|
||
![view2](https://image-static.segmentfault.com/279/203/2792034556-5d77a03ae6936) | ||
|
||
![player](https://image-static.segmentfault.com/133/444/1334447915-5d77255b7d91a) | ||
|
||
--- | ||
|
||
This project was generated with [vue-cli-plugin-electron-builder](https://github.com/nklayman/vue-cli-plugin-electron-builder) using [vue-cli3](https://cli.vuejs.org/). Documentation about the original structure can be found [here](https://nklayman.github.io/vue-cli-plugin-electron-builder/). | ||
|
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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