Giter Club home page Giter Club logo

electron-vue-music's Introduction

土狗音乐播放器

一个基于 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 service

Version License devDependencies devDependencies

环境要求

需要 NodeJS 6.0+ 环境

安装

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

运行

$ node app.js

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

$ PORT=4000 node app.js

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

$ set PORT=4000 && node app.js

使用文档

文档地址

UI

electron-vue-music's People

Contributors

maxcheers86 avatar smallruraldog avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.