Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microeinhundert/music-app
Music-Streaming app built with Webpack, Vue.js, Vuex and the Spotify api.
https://github.com/microeinhundert/music-app
api app frontend music music-streaming spotify vue vuex web-app webpack
Last synced: 5 days ago
JSON representation
Music-Streaming app built with Webpack, Vue.js, Vuex and the Spotify api.
- Host: GitHub
- URL: https://github.com/microeinhundert/music-app
- Owner: microeinhundert
- Created: 2017-06-08T20:09:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T23:51:58.000Z (about 2 years ago)
- Last Synced: 2024-04-13T23:54:48.986Z (10 months ago)
- Topics: api, app, frontend, music, music-streaming, spotify, vue, vuex, web-app, webpack
- Language: Vue
- Homepage:
- Size: 4.84 MB
- Stars: 26
- Watchers: 2
- Forks: 8
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# music-app
> Music-Streaming app built with Webpack, Vue.js, Vuex and the Spotify API.
**Important! This project is nowhere near finished because i stopped developing it. Don't expect everything to work.**
![Browse](src/assets/images/showcase1.png)
![artist](src/assets/images/showcase2.png)
![Playlist](src/assets/images/showcase3.png)## How to setup dev environment
``` bash
# clone this repository
git clone https://github.com/microeinhundert/music-app.git# go into project folder
cd music-app# install dependencies
npm i# serve with hot reload at localhost:8080
npm run serve# build for production with minification
npm run build
```