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.
- Host: GitHub
- URL: https://github.com/meta-magic/angular-micro-front-end-shoppintportal-shell
- Owner: meta-magic
- Created: 2019-07-24T06:34:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T10:01:37.000Z (almost 7 years ago)
- Last Synced: 2025-04-05T01:11:13.101Z (about 1 year ago)
- Topics: amexio, angular, micro-frontend, microservice, ngfactory
- Language: TypeScript
- Homepage:
- Size: 2.39 MB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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