Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 515 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 515 Bytes

vue-x-spotify

Welcome to this small project, a Vue.js SPA feat. Spotify API.

Steps to run:

  1. sudo npm -g @vue/cli install vue-cli
  2. clone the repo, in the root of the project create a .env file with the following contents
    VUE_APP_CLIENT_ID=<id obtained from Spotify>
    VUE_APP_CLIENT_SECRET=<secret obtained from Spotify>
    VUE_APP_REDIRECT_URI=http://localhost:8080/login
    
  3. navigate to the root of the project in the terminal/command prompt
  • npm i
  • npm run serve