Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acaengine/composer
Base Angular project and tooling for building user interfaces for ACAEngine.
https://github.com/acaengine/composer
Last synced: 12 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T22:11:12.000Z (about 4 years ago)
- Last Synced: 2024-05-08T00:46:29.815Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.39 MB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 8+ Composer Library
[![Travis](https://travis-ci.org/acaengine/composer.svg)](https://travis-ci.org/acaengine/composer)
[![npm version](https://badge.fury.io/js/%40acaengine%2Fcomposer.svg)](https://badge.fury.io/js/%40acaengine%2Fcomposer)
[![david-dm](https://david-dm.org/acaengine/composer.svg)](https://david-dm.org/acaengine/composer)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](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`;