Skip to content

v5.2.2

Compare
Choose a tag to compare
@mraible mraible released this 11 Aug 21:58

To get started with Ionic4J, create a backend with JHipster, and install the following libraries:

npm install -g @ionic/cli generator-jhipster-ionic yo

Then, run this module to create your Ionic app:

yo jhipster-ionic

This module expects you to already have a JHipster app created. For example, let's say you have backend/app.jdl for creating JHipster.

mkdir -p apps/backend
cd apps/backend
jhipster import-jdl app.jdl
cd ..
yo jhipster-ionic
cd ionic4j
yo jhipster-ionic:import-jdl ../backend/app.jdl