Deezer client built with Vue\Vuex https://developers.deezer.com/api
Live https://sh0cked.github.io/deezer-vue/
- Clone repo
- run
yarn
- run
yarn run serve
- Fork it (https://github.com/sh0cked/deezer-vue/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request