1.0.2 • Published 8 years ago
generator-jhipster-primeng-entity v1.0.2
generator-jhipster-primeng-entity
JHipster module, Updates entity related pages to use Primeng components.
Introduction
This is a JHipster module, that is meant to be used in a JHipster application.
This module is replaces components in entity pages with PrimeNG components.
Current entity type and component matchings:
| Entity Type | Primeng Component |
|---|---|
| String | InputText |
| IntegerLongFloatDoubleBigDecimal | Spinner |
| LocalDateZonedDateInstant | Calendar |
| Boolean | Checbox |
| Enum | Dropdown |
| Binary Content | Not yet |
| Relations | Not yet |
Prerequisites
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
Installation
With Yarn
To install this module:
yarn global add generator-jhipster-primeng-entityTo update this module:
yarn global upgrade generator-jhipster-primeng-entityWith NPM
To install this module:
npm install -g generator-jhipster-primeng-entityTo update this module:
npm update -g generator-jhipster-primeng-entityUsage
In your JHipster project, launch yo jhipster-primeng-entity.
License
MIT © Tankut Koray