JHipster modules and blueprints are a great way to add more features and functionality to your generated code. There are many modules and blueprints available to choose from in the JHipster marketplace (http://www.jhipster.tech/modules/marketplace), and you can also build your own modules to suit your needs. Some of the modules worth noting are as follows:
- Vue.js: This module provides Vue.js support for JHipster applications. It creates a full-fledged client-side app for JHipster using Vue.js.
- Ignite JHipster: This provides a React Native boilerplate for JHipster apps, an ideal way to kickstart your React Native application using JHipster as the backend.
- Entity Audit: This module enables entity audits. It uses Hibernate audit hooks to create a custom audit for entity CRUD operations. It also provides JaVers as the auditing mechanism instead of the custom...