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
- Host: GitHub
- URL: https://github.com/conormag/ember-cli-bootgrid
- Owner: conormag
- License: mit
- Created: 2015-09-27T20:59:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-02T15:35:16.000Z (almost 11 years ago)
- Last Synced: 2025-06-27T03:01:44.756Z (about 1 year ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ember-cli-bootgrid
[](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).