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
- Host: GitHub
- URL: https://github.com/davyjoneslocker/ember-admin-bootstrap
- Owner: DavyJonesLocker
- License: mit
- Created: 2014-08-30T23:38:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T18:26:02.000Z (about 6 years ago)
- Last Synced: 2025-08-18T12:30:32.936Z (10 months ago)
- Language: CSS
- Size: 50.8 KB
- Stars: 25
- Watchers: 9
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)