Giter Club home page Giter Club logo

vue-music's Introduction

vue-music

音乐播放器

API用的是qq音乐的

有一些API需要跨域才能获取,需要在/build/webpack.dev.conf.js中进行代理配置

目录结构

.
├── README.md 
├── build
│   ├── build.js  
│   ├── check-versions.js
│   ├── logo.png
│   ├── utils.js
│   ├── vue-loader.conf.js
│   ├── webpack.base.conf.js
│   ├── webpack.dev.conf.js
│   └── webpack.prod.conf.js
├── config
│   ├── dev.env.js
│   ├── index.js
│   └── prod.env.js
├── index.html
├── package-lock.json
├── package.json
├── src
│   ├── App.vue
│   ├── api         //api目录
│   │   ├── config.js
│   │   ├── rank.js
│   │   ├── recommend.js
│   │   ├── singer.js  //歌手api
│   │   └── song.js
│   ├── assets
│   │   └── logo.png
│   ├── base     //基本组件
│   │   ├── listview
│   │   │   └── listview.vue
│   │   ├── loading
│   │   │   ├── loading.gif
│   │   │   └── loading.vue
│   │   ├── scroll
│   │   │   └── scroll.vue
│   │   ├── slider
│   │   │   └── slider.vue
│   │   └── song-list
│   │       ├── [email protected]
│   │       ├── [email protected]
│   │       ├── [email protected]
│   │       ├── [email protected]
│   │       ├── song-list.vue
│   │       ├── [email protected]
│   │       └── [email protected]
│   ├── common
│   │   ├── fonts
│   │   │   ├── music-icon.eot
│   │   │   ├── music-icon.svg
│   │   │   ├── music-icon.ttf
│   │   │   └── music-icon.woff
│   │   ├── image
│   │   │   ├── default.png
|   |   |
│   │   ├── js
│   │   │   ├── config.js
│   │   │   ├── dom.js
│   │   │   ├── jsonp.js
│   │   │   ├── singer.js
│   │   │   └── song.js
│   │   └── stylus
│   │       ├── base.styl
│   │       ├── icon.styl
│   │       ├── index.styl
│   │       ├── mixin.styl
│   │       ├── reset.styl
│   │       └── variable.styl
│   ├── components
│   │   ├── disc
│   │   │   └── disc.vue
│   │   ├── m-header
│   │   │   ├── [email protected]
│   │   │   ├── [email protected]
│   │   │   └── m-header.vue
│   │   ├── music-list
│   │   │   └── music-list.vue
│   │   ├── player
│   │   │   └── player.vue
│   │   ├── rank
│   │   │   └── rank.vue
│   │   ├── recommend
│   │   │   └── recommend.vue
│   │   ├── search
│   │   │   └── search.vue
│   │   ├── singer
│   │   │   └── singer.vue
│   │   ├── singer-detail
│   │   │   └── singer-detail.vue
│   │   ├── tab
│   │   │   └── tab.vue
│   │   └── top-list
│   │       └── top-list.vue
│   ├── js
│   │   └── jsonp.js
│   ├── main.js
│   ├── router
│   │   └── index.js
│   └── store
│       ├── actions.js
│       ├── getters.js
│       ├── index.js
│       ├── mutation-types.js
│       ├── mutations.js
│       └── state.js
├── static
└── tree.text

32 directories, 79 files

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

已经实现功能

  • 首页轮播图
  • 竖直滚动
  • 排行榜
  • 歌手页
  • loading
  • 播放页面

尚未实现功能

  • 播放器播放功能
  • 进度条
  • 下一曲
  • 歌词
  • 评论
  • 歌手首字母跳转

开发计划

当前版本0.9.0 目前项目正在开发完善中,尚有一些功能未实现,计划

V 1.1.0完成下列目标:

  • 1.播放功能实现
  • 2.上下曲切换
  • 3.歌手页面字母跳转
  • 4.歌曲进度条

V 1.2.0完成下列目标:

  • 1.歌词功能的实现
  • 2.评论查看

vue-music's People

Contributors

xtlhwl avatar

Watchers

James Cloos 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.