ember-cli-velocity

EmberCLI Addon wrapper for Velocity.js

Usage no npm install needed!

<script type="module">
  import emberCliVelocity from 'https://cdn.skypack.dev/ember-cli-velocity';
</script>

README

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

  • ember server
  • Visit your app at http://localhost:4200.

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

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