A web app to download your Spotify playlists as Excel spreadsheets. Just in case.
Project structure based on adamwathan/vue-cli3-tailwind-purge
.
Setup: npm install
Compile and hot-reload: npm run serve
Compile and minify for production: npm run build
Run tests: npm run test
Lint and fix files: npm run lint