0.4.0 • Published 8 years ago

ember-cli-velocity v0.4.0

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

ember-cli-velocity

npm version Build Status Ember Observer Score

Adds Velocity.js to application's vendor directory and imports Velocity for use in application.

Installation:

ember install ember-cli-velocity

Configuration

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

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/.

0.4.0

8 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago