All Projects → sudheerj → Generator Jhipster Primeng

sudheerj / Generator Jhipster Primeng

Licence: mit
Generate PrimeNG components and their features

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Generator Jhipster Primeng

Jhipster4 Demo
Blog demo app with JHipster 4
Stars: ✭ 180 (+47.54%)
Mutual labels:  spring-boot, jhipster
Jhipster Kotlin
Kotlin based JHipster
Stars: ✭ 339 (+177.87%)
Mutual labels:  spring-boot, jhipster
Java Microservices Examples
Java Microservices: Spring Boot, Spring Cloud, JHipster, Spring Cloud Config, and Spring Cloud Gateway
Stars: ✭ 194 (+59.02%)
Mutual labels:  spring-boot, jhipster
Idea Live Templates
My IntelliJ Live Templates
Stars: ✭ 207 (+69.67%)
Mutual labels:  spring-boot, jhipster
Klask Io
klask.io is an open source search engine for source code, live demo
Stars: ✭ 45 (-63.11%)
Mutual labels:  spring-boot, jhipster
Generator Jhipster React
DEPRECATED: feature moved to main generator
Stars: ✭ 155 (+27.05%)
Mutual labels:  spring-boot, jhipster
21 Points
❤️ 21-Points Health is an app you can use to monitor your health.
Stars: ✭ 244 (+100%)
Mutual labels:  spring-boot, jhipster
Jhipster6 Demo
JHipster 6 Demo! 🎉
Stars: ✭ 150 (+22.95%)
Mutual labels:  spring-boot, jhipster
Great Big Example Application
A full-stack example app built with JHipster, Spring Boot, Kotlin, Angular 4, ngrx, and Webpack
Stars: ✭ 899 (+636.89%)
Mutual labels:  spring-boot, jhipster
Jhipster
DEPRECATED: use https://github.com/jhipster/jhipster-bom instead
Stars: ✭ 399 (+227.05%)
Mutual labels:  spring-boot, jhipster
Generator Jhipster
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
Stars: ✭ 19,162 (+15606.56%)
Mutual labels:  spring-boot, jhipster
Jhipster5 Demo
Get Started with JHipster 5 Tutorial and Example
Stars: ✭ 80 (-34.43%)
Mutual labels:  spring-boot, jhipster
Okta Blog Archive
Okta Developer Blog
Stars: ✭ 74 (-39.34%)
Mutual labels:  spring-boot, jhipster
Jhipster Microservices Example
JHipster Microservices Example using Spring Cloud, Spring Boot, Angular, Docker, and Kubernetes
Stars: ✭ 100 (-18.03%)
Mutual labels:  spring-boot, jhipster
Matrix
🔑 Nepxion Matrix is an AOP framework integrated with Spring AutoProxy, Spring Registrar and Spring Import Selector with high universality, robustness, flexibility and usability 面向注解的业务场景,包括代理、拦截、开关
Stars: ✭ 117 (-4.1%)
Mutual labels:  spring-boot
Smconf
简单,集中,分布式的配置管理
Stars: ✭ 120 (-1.64%)
Mutual labels:  spring-boot
Spring Webflux Reactive Rest Api Demo
Build Reactive Rest APIs with Spring WebFlux and Reactive Mongo
Stars: ✭ 117 (-4.1%)
Mutual labels:  spring-boot
Milkomeda
Spring extend componets which build from experience of bussiness, let developers to develop with Spring Boot as fast as possible.(基于Spring生态打造的一系列来自业务上的快速开发模块集合。)
Stars: ✭ 117 (-4.1%)
Mutual labels:  spring-boot
Spring Boot Blog
Simple blog web app made using Spring Boot + Thymeleaf
Stars: ✭ 121 (-0.82%)
Mutual labels:  spring-boot
Shio
✨ :dna: Shio CMS - Model Content, Use GraphQL and Create Site using Javascript with Native Cache and Search.
Stars: ✭ 119 (-2.46%)
Mutual labels:  spring-boot

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].