@kiwi-suite/ngx-admin
v1.0.0-alpha.0
Published
Kiwi Admin Frontend base providers and components
Readme
kiwi ngx-admin
Base providers and components for the Kiwi Admin Frontend.
This is an Angular 5 library, implementing the Angular Package Format v4.0.
Based on https://github.com/cyrilletuzi/angular-quickstart-lib
Tasks
Common tasks are present as npm scripts:
npm startto run a live-reload server with the demo appnpm run testto test in watch mode, ornpm run test:onceto only run oncenpm run buildto build the librarynpm run lintto lintnpm run cleanto cleannpm run integrationto run the integration e2e testsnpm install ./relative/path/to/libafternpm run buildto test locally in another app
If you need to debug the integration app, please check ./integration/README.md.
Demo
Even though AOT is preferred, Just-in-time compilation should be supported.
Make sure you have at least Node 6.9 and NPM 3.0 installed. Then ...
- Install npm packages.
- Run
npm startto launch the sample application.
