A Vue webapp for exploring the Spotify catalogue and making playlists quickly. Built with Quasar Framework.
npm install
Make the env file from example.
npm run dev
Make the env.production file from example.
npm i -g @quasar/cli #installing the quasar cli
quasar build
quasar serve --history dist/spa
See Quasar Docs for more build information.