mirror of https://github.com/samply/bridgehead.git
Add teiler-ui module documentation
This commit is contained in:
parent
b4805af0a1
commit
957fa64ce9
|
@ -0,0 +1,17 @@
|
|||
# Teiler
|
||||
This module orchestrates the different microfrontends of the bridgehead as a single page application.
|
||||
|
||||
## Teiler Root Config
|
||||
Single SPA component that consists on the root HTML site of the single page application and a javascript code that
|
||||
gets the information about the microfrontend calling the teiler core and is responsible for registering them. With the
|
||||
resulting mapping, it can initialize, mount and unmount the required microfrontends on the fly.
|
||||
|
||||
The microfrontends run independently in different containers and can be based on different frameworks (Angular, Vue, React,...)
|
||||
This microfrontends can run as single alone but need an extension with Single-SPA (https://single-spa.js.org/docs/ecosystem).
|
||||
There are also available three templates (Angular, Vue, React) to be directly extended to be used directly in the teiler.
|
||||
|
||||
## Teiler UI
|
||||
It consists on the main dashboard and a set of embedded services.
|
||||
|
||||
## Teiler Core
|
||||
In this component, the microfrontends are configured.
|
Loading…
Reference in New Issue