USWDS VERSIO
Greetings, Java Hipster!
This is the JHipster Angular 2+ utilities library
Full documentation and information is available on our website at http://jhipster.github.io/
Please read our guidelines before submitting an issue. If your issue is a bug, please use the bug template pre populated here. For feature requests and queries you can use this template.
You need NodeJS and NPM.
Go to the ng-jhipster project and click on the "fork" button. You can then clone your own fork of the project, and start working on it.
Please read the Github forking documentation for more information
Run npm install
to install all dependencies.
Make some changes, run npm run test
to run both tslint and unit tests.
Build the library with npm run build
.
Package the library by running npm pack
in the dist
directory. This will create an archive ng-jhipster-vX.Y.Z.tgz
.
For testing, you will want to integrate this archive into an application generated by JHipster.
Go to your generated JHipster application and run...
npm install path/to/ng-jhipster/dist/ng-jhipster-vX.Y.Z.tgz
...so that your JHipster application uses the content of this archive as ng-jhipster
dependency which is located in node_modules/ng-jhipster
.