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.
This addon has been deprecated, since it was just a shim. You should use ember-auto-import instead.
ember install ember-vivus
import Vivus from 'vivus';
To use, you just need to import Vivus in whatever file you'd like to use it in.