Socket
Book a DemoInstallSign in
Socket

ember-cli-velocity

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-velocity

EmberCLI Addon wrapper for Velocity.js

latest
Source
npmnpm
Version
0.4.0
Version published
Weekly downloads
46
17.95%
Maintainers
2
Weekly downloads
 
Created
Source

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

Keywords

ember-addon

FAQs

Package last updated on 25 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts