Coder Social home page Coder Social logo

vue-music's Introduction

vue-music

音乐播放器

服务端开启(查看详情

git clone [email protected]: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

Build Setup

克隆到本地

git clone https://github.com/jinjidecoco/vue-music.git

安装

npm install

运行

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

打包

# build for production with minification
npm run build

###效果展示:

首页部分

image

######播放�器页面 image

排行榜

image

歌曲列表

image

技术栈

前端

1.用于构建用户界面的 MVVM 框架
2.为单页面应用提供的路由系统
3.vue 集中状态管理

后端

1.vue-axios:用来请求后端 API 音乐数据
2.NeteaseCloudMusicApi:网易云音乐 NodeJS 版 API,提供音乐数据

实现功能

播放器内核、推荐页面、热榜页面、歌手页面、歌单详情、搜索页面、播放列表。

TODO

优化页面加载速度

##感谢

感谢 Binaryify 对接口文档 NeteaseCloudMusicApi) 的不断维护与更新。

vue-music's People

Contributors

jinjidecoco avatar

Watchers

 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.