ember-impagination
An Ember Addon that puts the fun back in asynchronous, paginated datasets
File Explorer
Download Latest Version (.zip)- settings.json
- impagination-dataset.js
- html-safe.js
- impagination-dataset.hbs
- .gitkeep
- impagination-dataset.js
- html-safe.js
- .gitkeep
- index.js
- ember-try.js
- environment.js
- .gitkeep
- in-viewport.js
- record-player.js
- .gitkeep
- application.js
- auto-load-more.js
- ember-collection.js
- index.js
- load-more.js
- virtual-each.js
- .gitkeep
- color-block.js
- page-state.js
- .gitkeep
- page.js
- .gitkeep
- application.js
- auto-load-more.js
- ember-collection.js
- index.js
- load-more.js
- virtual-each.js
- app.css
- .gitkeep
- record-player.hbs
- application.hbs
- auto-load-more.hbs
- ember-collection.hbs
- load-more.hbs
- virtual-each-basics.hbs
- virtual-each.hbs
- app.js
- index.html
- resolver.js
- router.js
- environment.js
- optional-features.json
- targets.js
- default.js
- application.js
- config.js
- robots.txt
- auto-load-more-basics.hbs
- ember-collection-basics.hbs
- ember-collection-basics.js
- load-more-basics.hbs
- virtual-each-basics.hbs
- virtual-each-basics.js
- .gitkeep
- impagination-dataset-test.js
- html-safe-test.js
- .gitkeep
- index.html
- test-helper.js
- test-server.js
- .gitkeep
- .editorconfig
- .ember-cli
- .eslintignore
- .eslintrc.js
- .gitignore
- .npmignore
- .template-lintrc.js
- .travis.yml
- .watchmanconfig
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- ember-cli-build.js
- index.js
- LICENSE.md
- package.json
- README.md
- renovate.json
- testem.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/adopted-ember-addons/ember-impagination
Downloads the entire project code from GitHub to your computer.
cd ember-impagination
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
