Skip to content
This repository has been archived by the owner on Oct 8, 2018. It is now read-only.

shipshapecode/ember-vivus

Repository files navigation

Ember-Vivus

ember-vivus is built and maintained by Ship Shape. Contact us for Ember.js consulting, development, and training for your project.

npm version Download count all time npm Ember Observer Score Build Status

Installs Vivus and exposes it to your project. It will import the minified version for production builds only, and won't import anything if your app is running in FastBoot.

Deprecated

This addon has been deprecated, since it was just a shim. You should use ember-auto-import instead.

Installation

ember install ember-vivus

Usage

import Vivus from 'vivus';

To use, you just need to import Vivus in whatever file you'd like to use it in.