@kiwi-suite/ngx-admin
v1.0.0-alpha.0
Published
Kiwi Admin Frontend base providers and components
Downloads
9
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 start
to run a live-reload server with the demo appnpm run test
to test in watch mode, ornpm run test:once
to only run oncenpm run build
to build the librarynpm run lint
to lintnpm run clean
to cleannpm run integration
to run the integration e2e testsnpm install ./relative/path/to/lib
afternpm run build
to 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 start
to launch the sample application.