0.1.0 • Published 7 years ago

@geersch/cg-ui v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

ui.cg

A number input control for AngularJS apps. Bootstrap 2.x is used for the template.

API Reference

An API reference can be here:

http://geersch.github.io/ui.cg/#/api

Development

Prepare your environment

  • Install Node.js and NPM
  • Install global dev dependencies: npm install -g grunt-cli karma
  • Install local dev dependencies: npm install while current directory is ui.cg repository

Build

  • Build the project: grunt build

Distributables (ui-cg-.js & ui-cg-.min.js) will be created by default. Once built, you only need to add the module to your AngularJS module:

angular.module('myModule', ['ui.cg']);

Check the Grunt build file for other tasks that are defined for this project.