项目作者: HstarComponents

项目描述 :
semantic UI in angular2.
高级语言: CSS
项目地址: git://github.com/HstarComponents/ngx-semantic.git
创建时间: 2016-04-19T08:45:05Z
项目社区:https://github.com/HstarComponents/ngx-semantic

开源协议:MIT License

下载


ng2-semantic

Semantic UI in angular2.

How to use?

npm install ng2-semantic --save

Notice:require angular2 final

xxx.ts

  1. import { Rating } from 'ng2-semantic';

Demo Page

ng2-semantic Demo

How to develop?

  1. # Clone registry
  2. $ git clone https://github.com/HstarStudio/ng2-semantic.git
  3. # Init dependencies
  4. $ npm i
  5. # Start develop envirament
  6. $ npm run dev
  7. # Open http://localhost:7410