- Notifications
You must be signed in to change notification settings - Fork8
Dashboard framework with Angular.js and Twitter Bootstrap
License
raulgomis/angular-dashboard-framework
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Dashboard framework with Angular.js and Twitter Bootstrap.
The api of angular-dashboard-framework (adf) is documentedhere. A gettingstarted guide can be foundhere.Follow me (@ssdorra) on twitter for latest updates and news about adf.
A live demo of the adf can be viewedhere. The demo uses html5 localStorage to store the state of the dashboard. The source of the demo can be foundhere.
A more dynamic example can be foundhere.
Install bower and gulp:
npm install -g bowernpm install -g gulp
Clone the repository:
git clone https://github.com/angular-dashboard-framework/angular-dashboard-frameworkcd angular-dashboard-frameworkInstall dependencies:
npm installbower install
Checkout git submodule widgets:
git submodule initgit submodule update
You can start the sample dashboard, by using the serve gulp task:
gulp serve
Now you open the sample in your browser athttp://localhost:9001/sample
Or you can create a release build of angular-dashboard-framework and the samples:
gulp all
The sample and the final build of angular-dashboard-framework are now in the dist directory.
Please do not commit changes to the dist folder. The dist folder is only generated for releases.
The MIT LicenseCopyright (c) 2015, Sebastian SdorraPermission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.About
Dashboard framework with Angular.js and Twitter Bootstrap
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- JavaScript84.6%
- HTML12.9%
- CSS2.5%