Giter Site home page Giter Site logo

vue-musicapp's Introduction

使用vue2.0制作的音乐播放器(基于qq音乐api)持续更新中...

前段时间逛论坛,无意间看到了一个大神用vue写的音乐播放器,于是就手热自己写了一个

关于我,欢迎关注 作者:潇禹

源代码

源代码地址:GitHub
欢迎大家star和follow

在线预览

在线预览地址: Vue音乐播放器 (PC端请在浏览器的移动端模式下查看)

预览图

Vue音乐播放器

使用 Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

使用依赖

   animate.css
   vue-router
   vue-resource
   webpack
   vue-awesome-swiper...

目录结构

.
├── README.md           
├── config             // 项目不同环境的配置
├── index.html         // 项目入口文件
├── dist               // 项目build目录
├── package.json       // 项目配置文件
├── src                // 生产目录
│   ├── assets         // css js 和图片资源
│   ├── components     // 各种组件
│   ├── store          // vuex状态管理器
│   ├── json           // 推荐页面数据
│   ├── App.vue        
│   └── main.js        // Webpack 预编译入口

已实现功能:

   音乐播放
   自动播放下一曲
   音乐列表(增删)
   下一曲
   排行榜
   排行榜详情页
   搜索
   loading
   播放详情页
   滚动歌词
   展示音乐进度

待实现功能:

   音乐进度的拖拽
   侧边栏
   登陆,注册

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.