https://github.com/xugaoyi/vue-music
🎵基于vue的移动端音乐播放器
https://github.com/xugaoyi/vue-music
axios better-scroll eslint fastclick stylus vue vue-cli vue-lazyload vue-router vuex
Last synced: 26 days ago
JSON representation
🎵基于vue的移动端音乐播放器
- Host: GitHub
- URL: https://github.com/xugaoyi/vue-music
- Owner: xugaoyi
- Created: 2019-06-17T03:51:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:50:15.000Z (over 2 years ago)
- Last Synced: 2025-02-13T12:24:14.522Z (3 months ago)
- Topics: axios, better-scroll, eslint, fastclick, stylus, vue, vue-cli, vue-lazyload, vue-router, vuex
- Language: Vue
- Homepage:
- Size: 1.75 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-music
> 音乐播放器
[代码结构思维导图](http://naotu.baidu.com/file/0b24b39f41a012a5d06327a17ac50f6e?token=88d0c12910dbb883)
## Build Setup
``` bash
# 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 a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).