The Loki Base module offers the foundation for other Loki extensions. Part of this is to make sure that all scripts are added in the right order, taking dependencies in mind.
The following containers exist for adding scripts to:
loki.script
: General purpose scripts including the Alpine.js library itself;loki.script.store
: Alpine.js stores;loki.script.directive
: Alpine.js directives;loki.script.component-partial
: Objects to be used as Loki Component Partials;loki.script.component-type
: Objects to be used as Loki Component Types;loki.script.component
: Alpine.js components (among which Loki Components);