Skip to content

v6.1.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 17 Mar 07:12
· 1122 commits to main since this release

What’s Changed

  • Add support for JHipster 7 beta (#421)
  • Upgrade to Angular 11.2.0 and Ionic CLI 6.13.1
  • Upgrade @oktadev/schematics to v3.0.4
  • Change gateway integration test to be reactive (#448)
  • Update all dependencies to use their latest versions

Get Started

To get started with Ionic for JHipster, 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 default
cd ionic4j
yo jhipster-ionic:import-jdl ../backend/blog-oauth2.jdl

Then, run your app with ionic serve. Make sure everything works with npm run e2e.

See the iOS and Android docs to see how to test your app on a device.