generator-jhipster-primeng-entity

Updates entity related pages to use Primeng components.


Keywords
yeoman-generator, jhipster-module
License
MIT
Install
npm install generator-jhipster-primeng-entity@1.0.2

Documentation

generator-jhipster-primeng-entity

NPM version Build Status Dependency Status

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
Integer
Long
Float
Double
BigDecimal
Spinner
LocalDate
ZonedDate
Instant
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-entity

To update this module:

yarn global upgrade generator-jhipster-primeng-entity

With NPM

To install this module:

npm install -g generator-jhipster-primeng-entity

To update this module:

npm update -g generator-jhipster-primeng-entity

Usage

In your JHipster project, launch yo jhipster-primeng-entity.

License

MIT © Tankut Koray