Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 1.61 KB

README.md

File metadata and controls

65 lines (41 loc) · 1.61 KB

generator-jhipster-pace

NPM version Build Status Dependency Status

JHipster module, Pace progress bar and loading screen for Jhipster Angular 4

Introduction

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

pace demo

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-pace

To update this module:

yarn global upgrade generator-jhipster-pace

With NPM

To install this module:

npm install -g generator-jhipster-pace

To update this module:

npm update -g generator-jhipster-pace

Usage

Run the module on a JHipster generated application:

yo jhipster-pace

License

Apache-2.0 © Tien Tran