Example of storing module remote entry url in page (not in bundle)
- In terminal:
# in app-child directory
npm i && npm run build && npm run serve
# in app-parent directory
npm i && npm run dev
- In browser open http://localhost:8500
Example of storing module remote entry url in page (not in bundle)
# in app-child directory
npm i && npm run build && npm run serve
# in app-parent directory
npm i && npm run dev