https://github.com/Semantic-Org/Semantic-UI-Angular
Semantic UI Angular Integrations
https://github.com/Semantic-Org/Semantic-UI-Angular
Last synced: 8 months 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 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-27T13:05:09.000Z (almost 9 years ago)
- Last Synced: 2025-03-21T07:56:05.978Z (8 months ago)
- Language: TypeScript
- Size: 1.21 MB
- Stars: 557
- Watchers: 68
- 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
===================
[](https://gitter.im/Semantic-Org/Semantic-UI-Angular?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://travis-ci.org/Semantic-Org/Semantic-UI-Angular)
[](https://david-dm.org/Semantic-Org/Semantic-UI-Angular)
[](https://david-dm.org/Semantic-Org/Semantic-UI-Angular#info=devDependencies)
[](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
```