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