Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Bower repository for Ember.ListView
https://github.com/mysterlune/ember-list-view-component

Last synced: 7 days ago
JSON representation

Bower repository for Ember.ListView

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.ListView

This is a shim repository that keeps the Ember.ListView component for [Bower](http://bower.io).

##Installation

The purpose of this repository is to support easy installation/generation from within and [Ember CLI](http://www.ember-cli.com). Please see the [ember-cli-list-view](https://github.com/mysterlune/ember-cli-list-view) repo for installation instructions.

As a quick note for `ember-cli` users, you can just add this to your project's `package.json` file:

```js
{
"dependencies": {
"ember-cli-list-view": "0.0.4"
}
}
```

... or just run:

````
npm install ember-cli-list-view --save-dev && ember generate ember-cli-list-view
````

Again, see [ember-cli-list-view](https://github.com/mysterlune/ember-cli-list-view) for further information.

##Conclusion

[Ember CLI](http://www.ember-cli.com) is good for you[r Ember project]. This repo may eventually disappear depending on how the Add-on strategy evolves. For now, this repo is at [npmjs.org](https://www.npmjs.org/package/ember-cli-list-view) for the benefit of [Ember.ListView](https://github.com/emberjs/list-view) users.

##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)