Adding JHipster framework

pull/1006/head
Dimi 1 year ago
parent 4c2d8a3795
commit 52e64b77da

@ -40,6 +40,10 @@ class Graphql(_Framework):
_icon = "graphql.png"
class Jhipster(_Framework):
_icon = "jhipster.png"
class Laravel(_Framework):
_icon = "laravel.png"
@ -80,3 +84,4 @@ class Vue(_Framework):
FastAPI = Fastapi
GraphQL = Graphql
JHipster = Jhipster

@ -107,6 +107,9 @@ Node classes list of programming provider.
<img width="30" src="/img/resources/programming/framework/graphql.png" alt="Graphql" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Graphql**, **GraphQL** (alias)
<img width="30" src="/img/resources/programming/framework/jhipster.png" alt="Jhipster" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Jhipster**, **JHipster** (alias)
<img width="30" src="/img/resources/programming/framework/laravel.png" alt="Laravel" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Laravel**

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Loading…
Cancel
Save