1.4.4 • Published 6 months ago
generator-jhipster-chimera v1.4.4
generator-jhipster-chimera
JHipster blueprint, chimera blueprint for JHipster
Introduction
This is a JHipster blueprint, that is meant to be used in a JHipster application.
Basic Features
- Responsive Design for Mobile and Desktop
- Multilingual Support
- Multiple Theme Options
- Adjustable Font Size
- Light or Dark Appearance Support
- Conditional Display of Navigation Bar
- Dashboard - E-commerce Example
- User Login and Logout
- User Profile Settings
- Password Change for Users
- User Activation and Deactivation
- Role Assignment for Users
- Permission Allocation by Role
- Resource Permission Management
- CRUD (Create, Read, Update, Delete) Operations on Business Entities
- Multi-condition Query on Business Lists Based on Attributes
- Customizable Attribute Display on Business Lists
- System Resource Monitoring
- Service Status View
- Configuration View
- Log Level Configuration
- API Documentation
- Database View
Prerequisites
As this is a JHipster blueprint, we expect you have JHipster and its related tools already installed:
Installation
To install or update this blueprint:
npm install -g generator-jhipster-chimera
Usage
To use this blueprint, run the below command
jhipster --blueprints chimera
You can look for updated chimera blueprint specific options by running
jhipster app --blueprints chimera --help
And looking for (blueprint option: chimera)
like
Pre-release
To use an unreleased version, install it using git.
npm install -g jhipster/generator-jhipster-chimera#main
jhipster --blueprints chimera --skip-jhipster-dependencies