v5.2.2
- Upgrades @oktadev/schematics to v2.2.0 for Angular 10 + OIDC apps
- Upgrades to JHipster 6.10.1
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