基于 electron-vue 开发的音乐播放器

土狗音乐播放器

https://github.com/SmallRuralDog/electron-vue-musicvue

一个基于 electron-vue 开发的音乐播放器 (持续更新中..欢迎star)

运行

git clone https://github.com/SmallRuralDog/electron-vue-music.git

cd electron-vue-music

npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build
注意 修改 src\renderer\utils\https 的api接口地址

网易云音乐 API

网易云音乐 Node.js API servicenode

<p>
<img src="https://img.shields.io/npm/v/...; alt="Version">
<img src="https://img.shields.io/npm/l/...; alt="License">
<img src="https://img.shields.io/david/...; alt="devDependencies" >
<img src="https://img.shields.io/david/...; alt="devDependencies" >
<img src="https://codeclimate.com/githu...; />
</p>git

环境要求

须要 NodeJS 6.0+ 环境github

安装

$ git clone https://github.com/Binaryify/NeteaseCloudMusicApi.git
$ npm install

运行

$ node app.js

服务器启动默认端口为 3000,若不想使用 3000 端口,可以使用如下命令: Mac/Linuxshell

$ PORT=4000 node app.js

windows 下使用 git-bash 或者 cmder 等终端执行如下命令:npm

$ set PORT=4000 && node app.js

使用文档

文档地址windows

UI





相关文章
相关标签/搜索