music-app icon indicating copy to clipboard operation
music-app copied to clipboard

Music-Streaming app built with Webpack, Vue.js, Vuex and the Spotify api.

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 artist Playlist

How to setup dev environment

# 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