Skip to content
/ plchef Public

Webapp for making playlists, playing music and music discovery using the Spotify API.

License

Notifications You must be signed in to change notification settings

selira/plchef

Repository files navigation

PLChef

A Vue webapp for exploring the Spotify catalogue and making playlists quickly. Built with Quasar Framework.

Screenshots

Demo1 Demo2 Demo3

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

Make the env file from example.

npm run dev

Build the app for production (better performance, all genres)

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.

Customize the configuration

See Configuring quasar.config.js.