ciims-modules/dashboard

This package is abandoned and no longer maintained. No replacement package was suggested.

A Hybrid Dashboard that is is optimized for performance, and that takes fulla dvantage of the CiiMS API.

3.0.28 2015-08-31 18:46 UTC

README

Latest Version Downloads Gittip License

This module provides the dashboard functionality for CiiMS, and renders content using a hybrid approach - content is initially rendered server side, and data is fetches and rendered client side via the CiiMS API.

Hacking

This module utilizes nodejs, npm, bower, and grunt. Before hacking you'll need to have each of these modules installed. Once installed you can build the project source by running:

npm install
bower install
grunt
``