mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 04:50:17 +01:00 
			
		
		
		
	Add teiler-ui module documentation
This commit is contained in:
		
							
								
								
									
										17
									
								
								ccp/modules/teiler-ui.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								ccp/modules/teiler-ui.md
									
									
									
									
									
										Normal file
									
								
							@@ -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.
 | 
				
			||||||
		Reference in New Issue
	
	Block a user