This generator adds a fully functional cookie consent popup to your JHipster application.
Supported frontends:
- Angular
- React
- Vue.js coming soon
To install JHipster globally:
To install this module globally:
npm install -g generator-jhipster
To install this module globally:
yarn global add generator-jhipster
More information on official site
To install this module globally:
npm install -g generator-jhipster-cookie-consent
To install this module globally:
yarn global add generator-jhipster-cookie-consent
To generate a specific component(s) on an application generated by JHipster:
cd my-jhipster-project
npx [email protected] jhipster-cookie-consent
[email protected]
won't work as jhipster-cookie-consent
requires yeoman-environment
to be at least
3.0.0, and [email protected]
currently works with 2.10.3
npm update -g generator-jhipster-cookie-consent
yarn global upgrade generator-jhipster-cookie-consent
Apache-2.0 © [Vivek More]