https://github.com/irustm/vuejs-music-player
vuejs lite music player example
https://github.com/irustm/vuejs-music-player
Last synced: 25 days ago
JSON representation
vuejs lite music player example
- Host: GitHub
- URL: https://github.com/irustm/vuejs-music-player
- Owner: irustm
- Created: 2018-01-04T23:23:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T14:41:18.000Z (over 3 years ago)
- Last Synced: 2025-04-22T01:05:18.604Z (about 1 month ago)
- Language: JavaScript
- Size: 4.52 MB
- Stars: 32
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuejs-music-player
> A Vue.js lite music player
[Demo](https://jamaks.github.io/vuejs-music-player/dist/)
![]()
## 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# run unit tests
npm run unit# run e2e tests
npm run e2e# run all tests
npm test
```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).