Available JHipster client framework types for JDL

You want to generate an application via JHipster, but you require to understand what client frontend types are available to use?

Sample jdl with database type definition

application {
config {
...
      clientFramework angular
      databaseType sql
...
}
}

You can find all current supported client framework types in github in the typescript file client-framework-types.ts

Available client framework types

Depending of what type of UI framework you require, you have full support in JHipster for following frameworks. As of Q1 2023 we are having:

  • no
    no UI framework at all required
  • angular
    Use in the JHipster generator Angular UI framework
  • react
    Use in the JHipster generator react UI framework
  • vue
    Use in the JHipster generator vue.js UI framework
  • svelte
    Use in the JHipster generator svelte UI framework

Related articles

Available JHipster build tool types for JDL
Available JHipster database types for JDL
Available JHipster authentication types for JDL
Available JHipster application types for JDL
Available JHipster cache provider types for JDL

Share:

Facebook
Twitter
Pinterest
LinkedIn

Leave a Comment

Your email address will not be published. Required fields are marked *

Table of Contents

On Key

Related Posts