Skip to content

angular-dashboard-framework/adf-widget-redmine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6f007fa · Aug 12, 2021

History

95 Commits
Jan 5, 2021
Dec 15, 2020
Jan 5, 2021
Mar 26, 2017
Mar 26, 2017
May 16, 2017
May 29, 2017
May 16, 2017
Jan 6, 2021
May 16, 2017
Jan 6, 2021
Jan 5, 2021
Dec 21, 2020
Aug 12, 2021
Jan 6, 2021

Repository files navigation

adf-widget-redmine

redmine widget for the angular-dashboard-framework.

Build

The widget is build with the help of node, npm, bower and gulp. For a install instruction for node and npm, please have a look here.

Installing bower and gulp

npm install -g bower
npm install -g gulp

Installing dependencies

npm install
bower install

Build the adf-widget-redmine

gulp

The compiled and optimized files can be found in the dist directory.

Excecute the tests

karma start

Other build goals

Each goal can be used as parameter for the gulp command.

  • clean: removes the dist folder
  • lint: checks css and javascript files for common errors
  • serve: starts an webserver to test the widget

Usage

Include the script in your index.html and be sure it is loaded after angular and after the angular-dashboard-framework.

<script type="text/javascript" src="path/to/redmine.min.js"></script>

Define a dependency for the module:

angular.module('sample', ['adf', 'adf.widget.redmine']);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3