Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mysterlune/ember-cli-list-view


https://github.com/mysterlune/ember-cli-list-view

Last synced: 7 days ago
JSON representation

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)