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