Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Semantic-Org/Semantic-UI-Angular

Semantic UI Angular Integrations
https://github.com/Semantic-Org/Semantic-UI-Angular

Last synced: 6 days ago
JSON representation

Semantic UI Angular Integrations

Awesome Lists containing this project

README

        

Semantic-UI-Angular
===================

[![Join the chat at https://gitter.im/Semantic-Org/Semantic-UI-Angular](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Semantic-Org/Semantic-UI-Angular?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/Semantic-Org/Semantic-UI-Angular.svg)](https://travis-ci.org/Semantic-Org/Semantic-UI-Angular)
[![Dependency Status](https://david-dm.org/Semantic-Org/Semantic-UI-Angular.svg)](https://david-dm.org/Semantic-Org/Semantic-UI-Angular)
[![devDependency Status](https://david-dm.org/Semantic-Org/Semantic-UI-Angular/dev-status.svg)](https://david-dm.org/Semantic-Org/Semantic-UI-Angular#info=devDependencies)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

**Semantic-UI-Angular** is a pure AngularJS 1.x set of directives for Semantic-UI components.
We are considering Angular 2 support in the future. We've decided to use TypeScript as a step to Angular 2 friendly environment.

Status
------
**Work in progress**

We are working on setting up proper environment, contribution guidelines and everything else for comfortable community contributions.
Once we release first `alpha.0` we are happy to get community help.

Support
-------
We support AngularJS 1.4.8 version.

Building Semantic-UI-Angular
----------------------------
You have to have `nodejs` installed before running following commands.

```
npm install
npm run build
```

The distribution packages will be stored in `dist` folder.

Running tests
-------------
Single run:
```
npm test
```

Dev mode:
```
npm run test-dev
```