Skip to content

Semantic-Org/Semantic-UI-Angular

Repository files navigation

Semantic-UI-Angular

Join the chat at https://gitter.im/Semantic-Org/Semantic-UI-Angular Build Status Dependency Status devDependency Status Commitizen friendly

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