An open API service indexing awesome lists of open source software.

https://github.com/conormag/ember-cli-bootgrid

Ember addon for jquery.bootgrid
https://github.com/conormag/ember-cli-bootgrid

Last synced: about 1 year ago
JSON representation

Ember addon for jquery.bootgrid

Awesome Lists containing this project

README

          

# Ember-cli-bootgrid

[![Build Status](https://travis-ci.org/conormag/ember-cli-bootgrid.svg?branch=master)](https://travis-ci.org/conormag/ember-cli-bootgrid)

An [ember-cli](http://www.ember-cli.com) addon for using [jQuery Bootgrid](http://www.jquery-bootgrid.com/) in Ember applications.

## Install in ember-cli application

In your application's directory:

ember install ember-cli-bootgrid

## Installation

* `git clone` this repository
* `npm install`
* `bower install`

## Running

* `ember server`
* Visit your app at http://localhost:4200.

## Running Tests

* `ember test`
* `ember test --server`

## Building

* `ember build`

For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).

# License

ember-cli-bootgrid is [MIT Licensed](https://github.com/conormag/ember-cli-bootgrid/blob/master/LICENSE.md).