Installation
In bluebase.js
const bootOptions = {
themes: [
import('path/to/theme-1'),
import('path/to/theme-2'),
]
};
export default bootOptions;Creating a Theme Plugin
Last updated
const bootOptions = {
themes: [
import('path/to/theme-1'),
import('path/to/theme-2'),
]
};
export default bootOptions;Last updated