Skip to content

Generator for JHipster projects that helps scaffolding of nav elements on the client side

License

Notifications You must be signed in to change notification settings

yeoman-projects/generator-jhipster-nav-element

 
 

Repository files navigation

Generate <Page />s With Ease !!!

NPM version Dependency Status Build Status Generator Build Status Coverage Status

Donate

Introduction

This generator scaffolds 2 kinds of pages in your JHipster application:

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 [email protected] jhipster-nav-element

Note:

[email protected] won't work as jhipster-nav-element requires yeoman-environment at least ** 3.0.0**, and [email protected] currently works with 2.10.3

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]


#💚 this module? Donate

About

Generator for JHipster projects that helps scaffolding of nav elements on the client side

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 63.2%
  • JavaScript 22.7%
  • EJS 8.7%
  • HTML 5.1%
  • Other 0.3%