https://github.com/hackafro/vue-music-player
https://github.com/hackafro/vue-music-player
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackafro/vue-music-player
- Owner: HackAfro
- Created: 2019-04-01T08:57:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T08:58:18.000Z (about 7 years ago)
- Last Synced: 2025-04-09T00:38:09.433Z (about 1 year ago)
- Language: Vue
- Size: 149 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-music-player
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).