-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generating a Micro Frontend architecture with Vue and the Quartz theme has issues #27464
Comments
@mraible our version of |
Is Vue using |
@mraible yes |
To use vue with Bootstrap 5 support is tracked in #23865. |
I did another presentation today and used React this time. There is still an annoying issue when running Here's the JDL I used:
To reproduce:
|
Overview of the issue
At dev2next today, I generated a microservices architecture with micro frontends using the following JDL:
The differences between this JDL and
reactive-mf.jdl
is 1) it uses Spring MVC, 2) it uses Maven, and 3) it uses Vue.Everything worked with Spring MVC, which is awesome. The gateway didn't compile with Vue because I was using the Quartz theme.
I was able to fix this by changing
vendor.scss
to comment out the quartz imports:The second issue I experienced was running
npm start
in any of the projects. They all displayed the following screen and I had to click the X in the top right to dismiss it. There are many more errors than those shown in the screenshot below.Motivation for or Use Case
It should be possible to demonstrate a microservices and micro frontends app with React, Angular, or Vue. This was my first time using Vue for this demo, so I did warn the audience.
Reproduce the error
Generate apps using the JDL above. Run
./mvnw
in the gateway to see the compilation error. Then runnpm start
in the same directory to see the warnings screen.Related issues
#26484
JHipster Version(s)
8.7.1
The text was updated successfully, but these errors were encountered: