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