Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/websoftwares/composite-component

Use the composite pattern to build user interface components using typescript.
https://github.com/websoftwares/composite-component

Last synced: about 1 month ago
JSON representation

Use the composite pattern to build user interface components using typescript.

Awesome Lists containing this project

README

        

# Composite Component.
Use the composite pattern to build user interface components using typescript.

[![Build Status](https://travis-ci.org/websoftwares/composite-component.svg?branch=master)](https://travis-ci.org/websoftwares/composite-component)
[![Coverage Status](https://coveralls.io/repos/websoftwares/composite-component/badge.svg?branch=master&service=github)](https://coveralls.io/github/websoftwares/composite-component?branch=master)

### Requirements

1) [Install node](https://nodejs.org/en/download/package-manager/)

2) [Install gulp](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md)

### Build the composite component
```
gulp
```

After build is completed the map `build/src` and `build/test` are created.

### License
The [MIT](http://opensource.org/licenses/MIT "MIT") License (MIT).