Bootstrap options.

interface Options {
    bootstrapAlpine: boolean;
    components: ComponentList;
    logErrors: boolean;
    startAlpine: boolean;
}

Properties

bootstrapAlpine: boolean

Create Alpine object and inject into window.Alpine?

components: ComponentList

List of named components to register.

logErrors: boolean

Log errors to console?

startAlpine: boolean

Call Alpine.start()?