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