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

https://github.com/davyjoneslocker/ember-admin-bootstrap

Ember Admin with a Twitter Bootstrap Theme
https://github.com/davyjoneslocker/ember-admin-bootstrap

Last synced: 9 months ago
JSON representation

Ember Admin with a Twitter Bootstrap Theme

Awesome Lists containing this project

README

          

# Ember Admin Bootstrap

## About ##

Provides a [Twitter Bootstrap](http://getbootstrap.com/) theme for [Ember Admin](https://github.com/dockyard/ember-admin).

## Install ##

Add `ember-admin-bootstrap` to the `"dependencies"` in `package.json`. then run `npm install`.

## Usage ##

It is up to you to include Bootstrap's CSS in your project. If you are
looking for a simple solution for your Ember app please check out
[ember-cli-bootstrap](https://github.com/dockyard/ember-cli-bootstrap).
We don't include Bootstrap in this module to avoid unecessarily making
assumptions on which Bootstrap modules to include.

View [Ember Admin's README for getting setup](https://github.com/dockyard/ember-admin#usage) for the remaining instructions on getting started. This module will always inherit and use
Ember Admin itself and just provide specific template overrides.

## Demo ##

This repo comes with a demo. If you'd like to see the demo run the following:

```
git clone https://github.com/dockyard/ember-admin-bootstrap.git
cd ember-admin-bootstrap
npm install && bower install
ember server
```

Then visit `http://localhost:4200/admin`

## Contributing ##

We are always looking to improve this theme. If you have suggestions
please open a PR and include screenshots for review.

## Authors ##

* [Brian Cardarella](http://twitter.com/bcardarella)

[We are very thankful for the many contributors](https://github.com/dockyard/ember-admin-bootstrap/graphs/contributors)

## Versioning ##

This library follows [Semantic Versioning](http://semver.org)

## Want to help? ##

Please do! We are always looking to improve this gem. Please see our
[Contribution Guidelines](https://github.com/dockyard/ember-admin-bootstrap/blob/master/CONTRIBUTING.md)
on how to properly submit issues and pull requests.

## Legal ##

[DockYard](http://dockyard.com), Inc © 2014

[@dockyard](http://twitter.com/dockyard)

[Licensed under the MIT license](http://www.opensource.org/licenses/mit-license.php)