Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mysterlune/ember-list-view-component
- Owner: mysterlune
- License: mit
- Created: 2014-11-21T22:51:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-09T18:25:45.000Z (over 9 years ago)
- Last Synced: 2024-04-15T03:19:35.879Z (9 months ago)
- Language: JavaScript
- Size: 220 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)