1.0.0 • Published 8 years ago

ember-frost-scroll v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

ember-frost-scroll Travis Coveralls NPM

Frost-scroll

This README outlines the details of collaborating on this Ember addon.

Installation

  • ember install ember-frost-scroll

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

Examples

  {{#frost-scroll class='full' on-scroll-y-end=(action 'yEndReached')}}
    {{frost-icon icon="frost/add" class="dummy-svg-huge"}}
  {{/frost-scroll}}

Development

Setup

git clone git@github.com:ciena-frost/ember-frost-scroll.git
cd ember-frost-scroll
npm install && bower install

Development Server

A dummy application for development is available under ember-frost-scroll/tests/dummy. To run the server run ember server (or npm start) from the root of the repository and visit the app at http://localhost:4200.

Testing

Run npm test from the root of the project to run linting checks as well as execute the test suite and output code coverage.

1.0.0

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago