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.
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.
We support AngularJS 1.4.8 version.
You have to have nodejs
installed before running following commands.
npm install
npm run build
The distribution packages will be stored in dist
folder.
Single run:
npm test
Dev mode:
npm run test-dev