Skip to content

oldwired/oldwired-jukebox

Repository files navigation

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"
	}
]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published