2.25.2014

Create Dashboard App Using Dashing Framework

This dashboard framework is fantastic -> Dashing.

Here's how to create a dashboard very easily...

$ gem install dashing
$ dashing new sweet_dashboard_project
$ cd sweet_dashboard_projec
$ bundle install
$ dashing start
Let's create our own dashboard
$ dashing generate dashboard monweb
       exist  dashboards
      create  dashboards/monweb.erb
Create our monitor widget
$ dashing generate widget monitor
       exist  widgets
      create  widgets/monitor/monitor.coffee
      create  widgets/monitor/monitor.html
      create  widgets/monitor/monitor.scss

No comments:

Post a Comment