jhipster / generator-jhipster

JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
https://www.jhipster.tech
Apache License 2.0
21.54k stars 4.02k forks source link

Microfrontend option not available in v7.8.0 and v7.8.1 #18422

Closed jaydeep-punjani closed 2 years ago

jaydeep-punjani commented 2 years ago
Overview of the issue

Unable to see the Microfrontend option on creation of a new microservice application.

Motivation for or Use Case

Microfrontend

Reproduce the error

Create a new application using "jhipster" command.

Related issues
Suggest a Fix
JHipster Version(s)

v7.8.0 and v7.8.1

JHipster configuration
Entity configuration(s) entityName.json files generated in the .jhipster directory
Browsers and Operating System
mraible commented 2 years ago

If you specify clientFramework for each microservice in your JDL, it'll use microfrontends. See this sample JDL:

https://github.com/jhipster/jdl-samples/blob/main/reactive-mf.jdl

jaydeep-punjani commented 2 years ago

@mraible got it, thanks. Will there be a way to do this via the CLI like in earlier versions ?

mshima commented 2 years ago

There's a status update by version at https://github.com/jhipster/generator-jhipster/issues/17031.