Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dxx/vue-mango-music
:cd: A music player application written by vue
https://github.com/dxx/vue-mango-music
Last synced: about 1 month ago
JSON representation
:cd: A music player application written by vue
- Host: GitHub
- URL: https://github.com/dxx/vue-mango-music
- Owner: dxx
- Created: 2017-10-28T13:35:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T10:21:46.000Z (about 2 years ago)
- Last Synced: 2024-05-16T01:03:14.956Z (8 months ago)
- Language: Vue
- Homepage:
- Size: 1.67 MB
- Stars: 34
- Watchers: 1
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Mango Music
> This repository is no longer maintained. Some interfaces may be invalid.
This is a music player application written by vue.
It uses vue to build.
Online preview address: [https://dxx.github.io/vue-mango-music](https://dxx.github.io/vue-mango-music).
## Technology Stack
Vue + Vue-Router + Vuex + ES6 + Webpack
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8088
npm run dev# build for production with minification
npm run build
```