MehdiSaeedifar / narik-micro-frontends-sample

Sample application for https://github.com/NarikMe/narik-micro-frontends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Narik Micro-Frontends Sample

Sample application created with narik-micro-frontends based on Webpack Module Federation.

Running the demo

  • Install packages: yarn install
  • Install packages for two Vue.js applications: yarn install in 'apps/payment-type1' and 'apps/payment-type2'
  • Build the shared library yarn build:shared
  • Build apps yarn build:apps
  • Start the app: ng s
  • Open the app http://localhost:4200

Serve a app

To server a app use ng s, for example ng s products. Then active development in apps.json

About

Sample application for https://github.com/NarikMe/narik-micro-frontends


Languages

Language:TypeScript 70.8%Language:JavaScript 17.9%Language:HTML 8.0%Language:Vue 2.5%Language:SCSS 0.8%