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