Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 721 Bytes

README.md

File metadata and controls

52 lines (42 loc) · 721 Bytes

oldwired Jukebox (oldwire-jukebox)

Dynamic Jukebox

Install the dependencies

yarn
# or
npm install

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

quasar dev

Lint the files

yarn lint
# or
npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js. "publicPath:" must be adjusted for production

Sample JSON

[
	{
		"title":"elize",
		"path":"elize.mp3"
	},
	{
		"title":"Happy Accident",
		"path":"happy_accident.mp3"
	},
	{
		"title":"UFO Songmode",
		"path":"ufo_songmode.mp3"
	}
]