Skip to content

hbeyan/micro-app-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

To reproduce the issue, clone the repository and first get a build from stencil-library:

git clone https://github.com/hbeyan/micro-app-test.git
cd stencil-library
npm i
npm run build && npm pack

Then you need to run the sub and main applications of our micro front end, for the sub app

cd ..
cd micro-app-sub
npm i
npm run dev

In a new terminal run the main app:

cd micro-app-main
npm i
npm run dev

Observe that the component are looking normal in the sub app but card is not displayed in the main app, with the console error.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published