v6.0.0
- Upgrades @oktadev/schematics to v3.0.0. Capacitor is now the default!
- Upgrades to JHipster 6.10.3.
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:
mkdir -p apps/backend
cd apps/backend
jhipster jdl blog-oauth2
cd ..
yo jhipster-ionic
cd ionic4j
yo jhipster-ionic:import-jdl ../backend/blog-oauth2.jdl
Then, run your app with ionic serve.
See the iOS and Android docs to see how to test your app on a device.