Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/websoftwares/composite-component
- Owner: websoftwares
- License: mit
- Created: 2015-12-15T13:29:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T00:30:18.000Z (about 9 years ago)
- Last Synced: 2024-10-15T09:32:41.429Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).