@kangaroo-and-rabbit/kar-cw (0.4.1)
Published 2024-06-05 23:57:49 +02:00 by HeeroYui
Installation
@kangaroo-and-rabbit:registry=
npm install @kangaroo-and-rabbit/kar-cw@0.4.1
"@kangaroo-and-rabbit/kar-cw": "0.4.1"
About this package
KarCw
Karideo-And-Rabbit Common Web is a generic library of the KAR application group
Develop:
Install dependency
pnpm install
Build for debug:
pnpm run dev
Build the environment
pnpm run build
deploy the environment
cd dist/kar-cw
pnpm publish --no-git-checks
or
pnpm run deploy
Use development mode for the library:
In a terminal run:
pnpm run dev
On your client library run
cd <<CLIENT_PATH>>
pnpm link <<PATH_HERE>>/dist/kar-cw/
# ex: pnpm link ../kar-cw/dist/kar-cw/
Execute your library build as usual.
Dependencies
Dependencies
ID | Version |
---|---|
tslib | ^2.6.2 |
Peer Dependencies
ID | Version |
---|---|
@angular/common | ^18.0.0 |
@angular/compiler | ^18.0.0 |
@angular/core | ^18.0.0 |
@angular/forms | ^18.0.0 |
@angular/platform-browser | ^18.0.0 |
@angular/platform-browser-dynamic | ^18.0.0 |
@angular/router | ^18.0.0 |
rxjs | ~7.8.1 |
zone.js | ~0.14.5 |