14.1.6 • Published 1 year ago

ng-mf-shared1 v14.1.6

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Angular Multi-Repo Webpack Module Federation Example (Micro Frontends)

The Shared Lib

This repository is part of an Angular mlti-repo Webpack Module Federation example, explained here.

Provide the Shared Lib

To provide the lib, run:

  • npm i
  • npm run build
  • provide a local registray at port 4837, e.g. verdaccio via docker
    • docker run --name verdaccio -p 4873:4873 -d verdaccio/verdaccio
    • npm login --registry http://localhost:4873
  • npm run publish

Now the lib should be published and you can proceed with thie installation of the other repos.

14.1.6

1 year ago

14.1.5

1 year ago

14.1.4

1 year ago

14.1.3

1 year ago

14.1.1

1 year ago

14.1.2

1 year ago

14.1.0

2 years ago

14.0.2

2 years ago

14.0.1

2 years ago

14.0.0

2 years ago