All Projects → bhangun → generator-jhipster-fx

bhangun / generator-jhipster-fx

Licence: Apache-2.0 license
Generate desktop application interface using JavaFX instead of JHipster as an Angular/web application

Programming Languages

javascript
184084 projects - #8 most used programming language
kotlin
9241 projects
EJS
674 projects

generator-jhipster-fx

NPM version Build Status Dependency Status

JHipster module, Generate desktop application interface using JavaFX instead of JHipster as an Angular/web application

Introduction

![JHipsterFX] (https://github.com/bhangun/generator-jhipster-fx/raw/master/screenshot.PNG)

This is a JHipster module, that is meant to be used in a JHipster application.

Prerequisites

As this is a JHipster module, we expect you have JHipster and its related tools already installed:

Installation

With Yarn

To install this module:

yarn global add generator-jhipster-fx

To update this module:

yarn global upgrade generator-jhipster-fx

With NPM

To install this module:

npm install -g generator-jhipster-fx

To update this module:

npm update -g generator-jhipster-fx

Addon library installation:

sudo apt-get install openjfx

Usage

---------STEP 1------------
$ cd yourJhipsterGatewayOrMonolithic
$ yo jhipster-fx 
<answer the question>
...

--------STEP 2-----------
$ cd yourGeneratedFxApps
$ mvn javafx:run

Roadmap

  • Adding entity
  • Look & feel themes & CSS
  • Gradle support
  • FXML support
  • JDK 9/10 support
  • FXLauncher support

License

Apache-2.0 © bhangun hartani

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].