generator-jhipster-ionic

Ionic for JHipster ✨

APACHE-2.0 License

Downloads
350
Stars
186
Committers
14

Bot releases are hidden (Show)

generator-jhipster-ionic - v8.2.0 Latest Release

Published by mraible 5 months ago

What's Changed

Get Started with Ionic for JHipster

  • See this project's documentation for usage information
  • See your project's generated README for iOS, Android, OpenID Connect, and testing instructions

New Contributors

Full Changelog: https://github.com/jhipster/generator-jhipster-ionic/compare/v8.1.0...v8.2.0

generator-jhipster-ionic - v8.1.0

Published by mraible over 1 year ago

What’s Changed

Get Started with Ionic for JHipster

New Contributors

Full Changelog: https://github.com/jhipster/generator-jhipster-ionic/compare/v8.0.0...v8.1.0

generator-jhipster-ionic - v6.0.0

Published by mraible about 4 years ago

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.

generator-jhipster-ionic - v5.2.2

Published by mraible about 4 years ago

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
generator-jhipster-ionic - v5.2.1

Published by mraible over 4 years ago

  • Removes /implicit from redirect URIs because authorization code flow + PKCE is used
  • Upgrades to JHipster 6.9.0

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
generator-jhipster-ionic - v5.2.0

Published by mraible over 4 years ago

  • Migrate from Travis to GitHub Actions for CI (thanks to @Hawkurane and @Shaolans)
  • Adds unit and e2e tests for generated entities (thanks @amanganiello90)
  • Renames templates to end in .ejs
  • Fixes code coverage reporting
  • Fixes date handling in generated entities

To get started with Ionic4J, create a backend with JHipster first. Then install the necessary libraries:

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

Then, run the following to create your Ionic app:

yo jhipster-ionic

NOTE: By default, JHipster's Keycloak is configured to have a 5-minute access token lifetime. I've noticed that this makes it so you have to re-authenticate when you refresh the page (if you're using OAuth 2.0). To make it longer, log in to http://localhost:9080/auth, then go to Realm Settings > Tokens and change the Access Token Lifespan. This could also be caused by dynamic configuration. I'm not sure. πŸ™‚

generator-jhipster-ionic - v5.1.1

Published by mraible over 4 years ago

  • Fixes an issue where skipClient: true in the JHipster app stops entity generator from working
  • Upgrades to JHipster 6.8.0
generator-jhipster-ionic - v5.1.0

Published by mraible over 4 years ago

generator-jhipster-ionic - v5.0.1

Published by mraible over 4 years ago

generator-jhipster-ionic - v5.0.0

Published by mraible over 4 years ago

See our docs and start developing with Ionic and JHipster!

generator-jhipster-ionic - v4.3.2

Published by mraible almost 5 years ago

This release fixes an issue with import-jdl and updates dependencies.

generator-jhipster-ionic - v4.3.1

Published by mraible almost 5 years ago

Fixes #199 so import-jdl does not prompt the user for backend location.

generator-jhipster-ionic - v4.3.0

Published by mraible almost 5 years ago

Fixed OAuth 2.0 and prettier. Also upgraded JHipster to 6.4.1 and WebDriver to work with Chrome 78.

generator-jhipster-ionic - v4.2.0

Published by mraible about 5 years ago

Updated dependencies and added compatibility with latest Ionic CLI (v5.4.1).

generator-jhipster-ionic - v4.1.0

Published by mraible about 5 years ago

This release packs a punch!

  • Upgrade to Angular 8
  • Entity generator now extends from JHipster (thanks @pvliss!)
  • Add import-jdl support
  • Add ionic4j CLI:
    • ionic4j to generate a new app
    • ionic4j entity <name> generates entities
    • ionic4j import-jdl <file.jdl> imports JDL and generates entities

You can install Ionic for JHipster using npm.

npm i -g generator-jhipster-ionic
generator-jhipster-ionic - v4.0.2

Published by mraible about 5 years ago

Dependency updates and bug fixes for microservices in entity generator.

generator-jhipster-ionic - v4.0.0

Published by mraible over 5 years ago

Version 4.0.0 has been released! πŸŽ‰

Learn how to use by reading Build Mobile Apps with Angular, Ionic 4, and Spring Boot.

Thanks to @fleboulch for all his help with this release. πŸ™

generator-jhipster-ionic - v4.0.0-beta.2

Published by mraible over 5 years ago

Now requires JHipster 6.1.1, which has resource server support that works with Okta. Also, improved the developer experience when creating a new OIDC app.

Steps to try it out:

npm install -g generator-jhipster-ionic@beta [email protected]
// create JHipster backend with JWT or OIDC for authentication
yo jhipster-ionic
yo jhipster-ionic:entity <name of entity>

Support for import-jdl still needs to implemented.

Changelog: https://github.com/oktadeveloper/generator-jhipster-ionic/compare/v4.0.0-beta.1...v4.0.0-beta.2

generator-jhipster-ionic - v4.0.0-beta.1

Published by mraible over 5 years ago

Add compatibility with Ionic 4 and JHipster 6.

npm i -g [email protected] ionic yo

Abbreviated instructions:

  1. Create a JHipster app (using JWT or OIDC for auth)
  2. Create an Ionic app using yo jhipster-ionic
  3. Profit! πŸ€‘

D9D5OrPWsAAsrC3

Changes since the last release can be seen in https://github.com/oktadeveloper/generator-jhipster-ionic/compare/v3.3.0...v4.0.0-beta.1.

generator-jhipster-ionic - v3.3.0

Published by mraible about 6 years ago

  • Fixes compatibility with JHipster 5 microservices #52

See v3.3.0 milestone for a list of issues fixed.