An open API service indexing awesome lists of open source software.

https://github.com/meta-magic/angular-micro-front-end-shoppintportal-shell

Micro front-end with angular Micro Front-End is an Architecture Style to avoid Monolithic UI's. It applies microservices Design Principles to Front-End development. Every module in the UI will be lazily loaded and will have a separate source code repository and build process.
https://github.com/meta-magic/angular-micro-front-end-shoppintportal-shell

amexio angular micro-frontend microservice ngfactory

Last synced: about 1 year ago
JSON representation

Micro front-end with angular Micro Front-End is an Architecture Style to avoid Monolithic UI's. It applies microservices Design Principles to Front-End development. Every module in the UI will be lazily loaded and will have a separate source code repository and build process.

Awesome Lists containing this project

README

          

# Shoppingportal Shell

Build Project using below command

npm install &&
npm install https://github.com/meta-magic/amexio-ios/blob/v5.16/amexio-ng-extensions.tgz?raw=true &&
ng build --prod
ls

sed 's:modules-product-module-ngfactory:product/ui/modules-product-module-ngfactory:g' dist/mainshell/runtime.js > dist/mainshell/runtime_temp.js

cat dist/mainshell/runtime_temp.js > dist/mainshell/runtime.js

sed 's:modules-orders-module-ngfactory:order/ui/modules-orders-module-ngfactory:g' dist/mainshell/runtime.js > dist/mainshell/runtime_temp.js

cat dist/mainshell/runtime_temp.js > dist/mainshell/runtime.js