generator-jhipster-nav-element
v4.0.10
Published
Add simple and nested pages to your JHipster app
Downloads
6,542
Maintainers
Readme
Generate <Page />s With Ease !!!
Introduction
This generator scaffolds 2 kinds of pages in your JHipster application:
📄 A Single Page
📄 A Single Page With 2 Nested Pages
Supported frontends:
- Angular
- React
- Vue.js coming soon
Installing JHipster
To install JHipster globally:
npm install -g generator-jhipster
More information on official site
Installing the generator-jhipster-nav-element module
with NPM
To install this module globally:
npm install -g generator-jhipster-nav-element
with Yarn
To install this module globally:
yarn global add generator-jhipster-nav-element
Usage
To generate a specific component(s) on an application generated by JHipster:
cd my-jhipster-project
npx yo jhipster-nav-element
Updating this module
with NPM
npm update -g generator-jhipster-nav-element
with Yarn
yarn global upgrade generator-jhipster-nav-element
License
Apache-2.0 © [Vivek More]