https://github.com/acaengine/composer
Base Angular project and tooling for building user interfaces for ACAEngine.
https://github.com/acaengine/composer
Last synced: 5 months ago
JSON representation
Base Angular project and tooling for building user interfaces for ACAEngine.
- Host: GitHub
- URL: https://github.com/acaengine/composer
- Owner: acaengine
- Created: 2016-06-23T07:00:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T22:11:12.000Z (over 5 years ago)
- Last Synced: 2025-10-05T13:02:55.930Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.39 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 8+ Composer Library
[](https://travis-ci.org/acaengine/composer)
[](https://badge.fury.io/js/%40acaengine%2Fcomposer)
[](https://david-dm.org/acaengine/composer)
[](https://github.com/semantic-release/semantic-release)
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.0.
## Development server
Run `gulp serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Build
Run `gulp build` to build the library. The build artifacts will be stored in the `dist/library` directory. Use the `--prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Installation
You install the library from npm using `npm install @acaengine/composer`;