ZOwl / aurelia-pagination

A pagination plugin for Aurelia.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aurelia-pagination

A pagination plugin for Aurelia.

<pagination page-size="3" page-block-size="10" model.bind="listViewModel"></pagination>

Live Demo

Coming soon.

Documentation

Dependencies

Used By

This library is not used by Aurelia. It is an optional plugin.

Platform Support

This library can be used in the browser.

Building The Code

To build the code, follow these steps.

  1. Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
  2. From the project folder, execute the following command:
npm install
  1. Ensure that Gulp is installed. If you need to install it, use the following command:
npm install -g gulp
  1. To build the code, you can now run:
gulp build
  1. You will find the compiled code in the dist folder, available in four module formats: AMD, CommonJS and ES6.

  2. See gulpfile.js for other tasks related to generating the docs and linting.

About

A pagination plugin for Aurelia.


Languages

Language:JavaScript 89.0%Language:HTML 11.0%