Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 922 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 922 Bytes

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.