Skip to content

Commit 0bb2432

Browse files
committed
Update README with latest version
1 parent 3cbd80b commit 0bb2432

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ atlassian-ide-plugin.xml
99
test/temp/
1010
*debug.log*
1111
.vscode
12+
.mvn

.mvn/wrapper/maven-wrapper.jar

-48.3 KB
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# generator-jhipster-primeng
2-
> Click :star:if you like the project. Pull Request are highly appreciated.
2+
> Click :star:if you like the project. Pull Requests are highly appreciated.
33
44
[![NPM version][npm-image]][npm-url] [![npm](https://img.shields.io/npm/dt/generator-jhipster-primeng.svg)]() ![Crates.io](https://img.shields.io/github/license/mashape/apistatus.svg)
55
> JHipster module, Generate PrimeNG application with 90+ components and their features
@@ -17,7 +17,7 @@
1717

1818
This is a [JHipster](http://jhipster.github.io/) module, that is meant to be used in a JHipster application.
1919

20-
The minimum required version of JHipster is **>=5.7.0**
20+
The minimum required version of JHipster is **>=5.8.2**
2121

2222
This module is used to generate components, using [PrimeNG](https://www.primefaces.org/primeng).
2323

@@ -74,7 +74,7 @@ npm update -g generator-jhipster-primeng
7474
3. Either select component group or individual components
7575

7676
<div align="center">
77-
<img src="https://raw.githubusercontent.com/sudheerj/generator-jhipster-primeng/master/images/groups.png" height="400" width="700">
77+
<img src="https://raw.githubusercontent.com/sudheerj/generator-jhipster-primeng/master/images/groups-2.3.png" height="400" width="700">
7878
</div>
7979

8080

@@ -87,6 +87,14 @@ npm update -g generator-jhipster-primeng
8787
<div align="center">
8888
<img src="https://raw.githubusercontent.com/sudheerj/generator-jhipster-primeng/master/images/application.png" height="400" width="700">
8989
</div>
90+
91+
5. Run client and server side environments
92+
93+
**Client: npm start**
94+
95+
**Server: ./mvnw**
96+
97+
6. Open application in the browser using http://localhost:9000
9098

9199
# What next?
92100
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.

images/groups-2.3.png

88.8 KB
Loading

0 commit comments

Comments
 (0)