Coder Social home page Coder Social logo

mmplayer's Introduction

mmPlayer V1.1.1(2018.02.09)

模仿QQ音乐网页版界面,采用flexbox和position布局; mmPlayer虽然是响应式,但主要以为PC端为主,移动端只做相应适配

api:一个开源的网易云音乐 NodeJS 版 API(有api才有动力写!!!)

在线演示地址

安装与使用

后台服务器

cd mmPlayer/server

npm install //安装依赖

node app.js //服务端运行 访问 http://localhost:3000

mmPlayer

git clone https://github.com/maomao1996/mmPlayer.git  //下载mmPlayer

cd mmPlayer

npm install //安装依赖

npm run dev //服务端运行

npm run build  //项目打包 

需要修改api目录下music的url地址为后台服务器地址

技术栈

  • Vue(核心框架)
  • Vue-Router(页面路由)
  • Vuex(状态管理)
  • axios(网络请求)

功能

  • 播放器
  • 歌词滚动
  • 排行榜

界面欣赏

正在播放 排行榜

更新说明

V0.1.0(2018.01.24)

  • 发布试用版

V0.2.0(2018.01.29)

  • 新增音量控制模块
  • 优化歌曲选中

V1.0.0(2018.02.05)

  • 发布正式版(因为一系列原因,mmPlayer V1.0.0版本在试用版的基础上进行了重构了,并引入了Vue-Router和Vuex,为了考虑后续功能扩展,mmPlayer相关的状态是一个单独的模块)
  • 当前播放歌曲高亮(感觉一个小GIF还不够)
  • 优化快速切歌导致歌曲播放失败的问题
  • 进度条拖动适配移动端
  • 优化点击时可能出现的半透明背景
  • 新增排行榜

V1.1.1(2018.02.09)

  • 新增我听过的(播放历史)
  • 整合公用列表组件
  • 新增mmToast插件
  • 整合字体大小、颜色相关CSS
  • 优化清空正在播放列表功能

后续功能

  • 搜索
  • 歌手
  • 热门歌单
  • 收藏
  • 同步网易云歌单

其他说明

  • 个人练手项目
  • 预计后续将发布小程序版本

mmplayer's People

Contributors

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