Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mysterlune/ember-cli-list-view
https://github.com/mysterlune/ember-cli-list-view
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mysterlune/ember-cli-list-view
- Owner: mysterlune
- License: other
- Created: 2014-11-21T23:21:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-09T17:42:57.000Z (over 9 years ago)
- Last Synced: 2024-10-30T05:59:04.242Z (about 2 months ago)
- Language: JavaScript
- Size: 209 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DEPRECATED
[Ember.ListView](https://github.com/emberjs/list-view) is now an addon as of [#203](https://github.com/emberjs/list-view/pull/203). Great job, [@taras](https://github.com/taras), for contributing the change.
__Please discontinue using this repo__. This was only intended to be useful until the main project became addon-ified. Thanks for using, forking, starring, etc.
# Ember List View for Ember CLI #
This is an npm package that contains the [Ember.ListView](https://github.com/emberjs/list-view) base library packaged as an [Ember CLI](https://github.com/stefanpenner/ember-cli) Addon.
## Installation
**`ember-cli-list-view` equires at least Ember CLI 0.0.44.**
To install simply run
```
npm install --save-dev ember-cli-list-view
ember generate ember-cli-list-view
```in your Ember CLI project's root.
##Contribute
The `ember-list-view-component` [repo](https://github.com/mysterlune/ember-list-view-component) is the actual location of the `list-view[.min].js` files are maintained for this repo, which is simply the Bower/npm wrapper.
New versions of `Ember.ListView` are inevitable. If you need a new verion of `Ember.ListView`, please fork the `ember-list-view-component` repo [here](https://github.com/mysterlune/ember-list-view-component) and submit a pull request.
##Legal
Licensed under the [MIT License](http://www.opensource.org/licenses/mit-license.php)
[Ember.ListView](https://github.com/emberjs/list-view) is also maintained under the [MIT License](https://github.com/emberjs/list-view/blob/master/LICENSE)