ludalex / ember-cli-velocity

EmberCLI Addon wrapper for Velocity.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-cli-velocity Build Status

Adds Velocity.js to application's vendor directory and imports Velocity for use in application. This addon shims Promise with Ember.RSVP.Promise if the browser doesn't have native Promise support.

Installation:

npm install --save ember-cli-velocity

Configuration

You can activate UI pack in your project's environment.js under app/config.

module.exports = function(environment) {
  var ENV = {
  	[...]
    velocityOptions: {
      enabled: true, // enabled the addon (default: true)
      ui: false // add Velocity UI Pack (default: false)
    }
    [...]
  }
}

Development

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

About

EmberCLI Addon wrapper for Velocity.js


Languages

Language:JavaScript 75.5%Language:HTML 23.3%Language:Handlebars 0.8%Language:CSS 0.5%