https://github.com/minutebase/mb-infinite-scroll
WiP - bidirectional infinite scroll plugin for Ember CLI apps
https://github.com/minutebase/mb-infinite-scroll
Last synced: 10 months ago
JSON representation
WiP - bidirectional infinite scroll plugin for Ember CLI apps
- Host: GitHub
- URL: https://github.com/minutebase/mb-infinite-scroll
- Owner: minutebase
- License: mit
- Created: 2014-09-24T16:22:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-20T21:06:40.000Z (about 10 years ago)
- Last Synced: 2025-08-15T19:29:28.422Z (10 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# mb-infinite-scroll
Use [Smoke and Mirrors](https://github.com/runspired/smoke-and-mirrors) instead, this is just a stopgap while that isn't working on Ember 2.0 and I don't intend to maintain it.
## Installation
* `git clone` this repository
* `npm install`
* `bower install`
## Running
* `ember server`
* Visit your app at http://localhost:4200.
## Running Tests
* `ember test`
* `ember test --server`
## Building
* `ember build`
For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).