Skip to content

vu-isis/isis-ui-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Patrik Meijer
May 4, 2017
683265d · May 4, 2017
May 13, 2015
May 4, 2017
May 4, 2017
Feb 17, 2015
Apr 8, 2015
Feb 17, 2015
Aug 28, 2014
May 4, 2017
Feb 19, 2016
May 4, 2017
Mar 31, 2016

Repository files navigation

This is a collection of Angular ui-components originally developed for WebGME.

Install

bower install isis-ui-components

Use

Include library and template scripts:

<script src="dist/isis-ui-components.js"></script>
<script src="dist/isis-ui-components-templates.js"></script>

Include library CSS:

<link type="text/css" rel="stylesheet" href="dist/isis-ui-components.css">

Library-dependencies

  • jQuery
  • Angular (1.3.13)
  • jQuery UI
  • Bootstrap

Development

Key gulp tasks:

  • clean-build
  • compile-all
  • register-watchers

By default gulp runs in debug mode and generates source maps.

For example the following can be used to visualize the project elements:

git clone [email protected]:vu-isis/isis-ui-components.git
cd isis-ui-components
gulp clean-build
gulp compile-all
python -m SimpleHTTPServer

The navigate to the following link in the browser: http://127.0.0.1:8000/dist/docs/isis-ui-components-docs.html

Use gulp with the --production flag to not to run in debug mode.