使用vue制作的音乐播放器(一)

music app

  github 地址:https://github.com/yangrenmu/music

演示

  在线演示(欢迎star)

  扫描下方二维码 ,可以在移动端进行浏览

安装

# install dependencies
npm install

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

# build for production with minification
npm run build

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

项目技术

  • vue:项目中主要运用了 vue.js 框架,轻量,易上手。
  • vuex:vue 的状态管理插件,便于 vue 各组件之间的通信。
  • vue-router:vue 的路由插件。
  • vue-axios:项目中主要用来请求数据。
  • swiper:触屏焦点图、触屏Tab切换、触屏多图切换插件。
  • better-scroll:固定高度内滚动插件。

项目截图

  截图展示部分功能




posted @ 2017-06-17 10:57  yangrenmu  阅读(6605)  评论(0编辑  收藏  举报