Skip to content

medolino/lyric-book

Repository files navigation

Lyric Book

Application example

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Configuration

Application config

Default config is provided in config/default.js.

To override it create new file config/default.local.js and export properties you want to change.

Config example:

module.exports = {
  LOGO_PATH: '"./assets/custom-logo.png"',
  APP_NAME: 'Custom App Name',
};

Lyrics

Copy lyrics example file src/assets/custom/lyrics.json.example to src/assets/custom/lyrics.json and follow the example to add lyrics.

About

Lyric Book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published