Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Semantic-Org/Semantic-UI-Angular
- Owner: Semantic-Org
- License: mit
- Created: 2014-11-26T20:50:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-27T13:05:09.000Z (almost 8 years ago)
- Last Synced: 2024-07-31T07:19:10.946Z (3 months ago)
- Language: TypeScript
- Size: 1.21 MB
- Stars: 558
- Watchers: 69
- Forks: 117
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Semantic-UI-Angular - Semantic UI Angular Integrations (TypeScript)
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
```