Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1009 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 1009 Bytes

vue版音乐播放器

A Vue.js project

本实例是基于vue 2.0

效果

Image text

注意事项

1、本实例是用vue-cli提供的webpack模板构建

2、CSS代码使用了sass编写,JS代码多数部分使用了ES6

3、页面滚动使用better-scroll插件

4、歌词功能使用lyric-parser插件

5、数据交互用到了axios和jsonp

最后一句

本实例用到了vue + vue-router + vuex + axios + jsonp等,组件采用异步加载。

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

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