Skip to content

Commit

Permalink
Update README with latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
sudheerj committed Mar 2, 2019
1 parent 3cbd80b commit 0bb2432
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ atlassian-ide-plugin.xml
test/temp/
*debug.log*
.vscode
.mvn
Binary file removed .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
1 change: 0 additions & 1 deletion .mvn/wrapper/maven-wrapper.properties

This file was deleted.

14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generator-jhipster-primeng
> Click :star:if you like the project. Pull Request are highly appreciated.
> Click :star:if you like the project. Pull Requests are highly appreciated.
[![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)
> JHipster module, Generate PrimeNG application with 90+ components and their features
Expand All @@ -17,7 +17,7 @@

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

The minimum required version of JHipster is **>=5.7.0**
The minimum required version of JHipster is **>=5.8.2**

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

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

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


Expand All @@ -87,6 +87,14 @@ npm update -g generator-jhipster-primeng
<div align="center">
<img src="https://raw.githubusercontent.com/sudheerj/generator-jhipster-primeng/master/images/application.png" height="400" width="700">
</div>

5. Run client and server side environments

**Client: npm start**

**Server: ./mvnw**

6. 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.
Expand Down
Binary file added images/groups-2.3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0bb2432

Please sign in to comment.