music app
1.0.0
تطبيق بث الموسيقى المصمم باستخدام WebPack و Vue.js و Vuex و Spotify API.
مهم! هذا المشروع ليس في أي مكان بالقرب من الانتهاء لأنني توقفت عن تطويره. لا تتوقع أن يعمل كل شيء.



# 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