Skip to content

Loader can now insert your app html template within the app body.

This is supported via a new key on the loader's script element, "app-template", which can be set up to point to a single template file which the loader should insert into the DOM within the body element.

The loader can now also load your application's main javascript file if you ask it to, by placing it at the end of the list of files in the loader's "load" attribute.

Merge request reports