• Stars
    star
    133
  • Rank 272,600 (Top 6 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 7 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Generate PrimeNG components and their features

generator-jhipster-primeng

Click if you like the project. Pull Requests are highly appreciated. Follow me @SudheerJonna for technical updates.

NPM version npm Crates.io

JHipster module, Generate PrimeNG application with 90+ components and their features

Introduction

This is a JHipster module, that is meant to be used in a JHipster application.

The minimum required version of JHipster is >=6.8.0

This module is used to generate components, using PrimeNG.

Prerequisites

As this is a JHipster module, we expect you have JHipster and its related tools already installed:

Installation

With YARN

First,we need to install yo as below,

yarn global add yo

To install this module:

yarn global add generator-jhipster-primeng

To update this module:

yarn global upgrade generator-jhipster-primeng

With NPM

To install this module:

npm install -g generator-jhipster-primeng

To update this module:

npm update -g generator-jhipster-primeng

Using Docker

Download the Dockerfile:

mkdir docker
cd docker
wget https://github.com/sudheerj/generator-jhipster-primeng/raw/master/docker/Dockerfile

Build the Docker images:

docker build -t jhipster-generator-primeng:latest .

Make a folder where you want to generate the Service:

mkdir service
cd service

Run the generator from image to generate service:

docker run -it --rm -v $PWD:/home/jhipster/app jhipster-generator-primeng

Run and attach interactive shell to the generator docker container to work from inside the running container:

docker run -it --rm -v $PWD:/home/jhipster/app jhipster-generator-primeng /bin/bash

Getting Started

  1. Run JHipster-PrimeNG module using yo jhipster-primeng command
  2. Select your favourite theme
  1. Either select component group or individual components
  1. Select your component and navigate to required features
  1. Run client and server side environments

    Client: npm start

    Server: ./mvnw

  2. Open application in the browser using http://localhost:9000

What next?

Please check the road map list https://github.com/sudheerj/generator-jhipster-primeng/wiki/Roadmap. If you need a new feature please raise a github request for the discussion.

Blog

http://sudheerjonna.com/blog/2017/10/09/jhipster-meets-primeng-or-primeng-meets-jhipster/

Usage

In your JHipster project, launch yo jhipster-primeng and confirm.

More Repositories

1

reactjs-interview-questions

List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
JavaScript
30,239
star
2

javascript-interview-questions

List of 1000 JavaScript Interview Questions
JavaScript
16,655
star
3

angular-interview-questions

List of 300 Angular Interview Questions and answers
3,293
star
4

vuejs-interview-questions

List of 300 VueJS Interview Questions And Answers
2,112
star
5

ECMAScript-features

ECMAScript features cheatsheet
JavaScript
521
star
6

Linux-cheat-sheet

List of Linux commands
289
star
7

docker-cheat-sheet

Quick reference guide for Docker commands
130
star
8

vuejs-interview-questions-korean

VueJS interview questions in Korean language
117
star
9

datastructures-algorithms

List of Programs related to data structures and algorithms
Java
98
star
10

vueface

UI Components for Vue
CSS
83
star
11

the-complete-react-interview-guide

Repository for The Complete React Interview Guide book
69
star
12

design-patterns

JavaScript(Vanilla/ES6/TypeScript) and Java (GoF) design patterns
64
star
13

vuejs-interview-questions-chinese

VueJS Interview Questions and Answers in Chinese language
52
star
14

kubernetes-cheat-sheet

Quick reference guide for Kubernetes
46
star
15

awesome-javascript-technologies

Explore popular JS Frameworks. A new technology blogged on every monday
JavaScript
32
star
16

react-github

A ReactJS application to view Github user details
JavaScript
31
star
17

vue-ui

A collection of VueJS components(Go to VueFace)
CSS
19
star
18

angular-orderbook-app

An OrderBook App
TypeScript
19
star
19

primeng-extensions

An extension library for PrimeNG components
CSS
15
star
20

sudheerj

13
star
21

learngo

Learn GoLang by examples
Go
13
star
22

reactjs-github

A ReactJS application to view Github user details
JavaScript
13
star
23

primefaces-blueprints

Java
12
star
24

awesome-css-technologies

Explore popular CSS Frameworks. A new technology blogged on every Saturday
10
star
25

react-hackernews

A react Hacker news Application
JavaScript
9
star
26

Learning-Primefaces-Extension-Development

Learning Primefaces Extension Development Book Source Code
Java
8
star
27

jQuery

JavaScript
8
star
28

vuejs-todolist

TodoList application using VueJS,Vuex, axios and JSON-Server
JavaScript
7
star
29

go-products-rest-demo

A RESTful API example for products & reviews application using Golang
Go
6
star
30

javascript-encyclopedia

Encyclopedia of JavaScript
6
star
31

Spring-Examples

Java
6
star
32

vue-scoped-cssinjs

VueJS project show differences of Scoped CSS and Styled components
JavaScript
6
star
33

Java9-TheCompleteRefernce

6
star
34

e2e-reports-demo

VueJS E2E demonstration using TestCafe, Codeceptjs, Allure and Jenkins
JavaScript
5
star
35

event-loop-tracer

Visualize JavaScript Runtime
5
star
36

vue-theme-switcher

VueJS project with styled components and vuex
JavaScript
4
star
37

corona-tracker

4
star
38

java-encyclopedia

4
star
39

Hibernate-Examples

Java
4
star
40

primeng-4.1

What's new in PrimeNG 4.1 Release
TypeScript
2
star
41

springboot-heroku-demo

Java
2
star
42

Struts-Examples

Java
2
star
43

Kafka-replay

Java
2
star
44

primeng-extensions.github.io

Demo of PrimeNG Extensions components
JavaScript
2
star
45

angular-primeng-ngxtranslate

Internationalization using Ngx-Translate
TypeScript
2
star
46

Datatable-NestedJSON

TypeScript
2
star
47

Angular4.2

What's new in Angular 4.2 Release
TypeScript
1
star
48

GAE-Examples

Java
1
star
49

JSF-PF-Training

Java
1
star
50

AngularJS1

HTML
1
star
51

JAX-WS-Examples

Java
1
star
52

Github-Viewer

Github Viewer
JavaScript
1
star
53

sudheerj.github.io

1
star
54

primeng-demo-slides

JavaScript
1
star
55

CoreJava

Logos
1
star
56

angular-primeng-i18n

JavaScript
1
star
57

one-stop-electronics

An e-commerce application for electronic devices
TypeScript
1
star
58

javascript-coding-challenge

1
star
59

AngularJS2

1
star
60

primeng-4.2

TypeScript
1
star
61

JAX-RS-Examples

1
star