music app
1.0.0
Application de diffusion musicale construite avec WebPack, Vue.js, Vuex et l'API Spotify.
Important! Ce projet est loin d'être terminé parce que j'ai cessé de le développer. Ne vous attendez pas à ce que tout fonctionne.



# 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