Skip to content

11ways/alchemy-scenario

Repository files navigation

Alchemy Scenario

The scenario plugin for the Alchemy MVC

Installation

Just installing the npm package can be done like this:

$ npm install alchemy-scenario

Activate

You can activate the plugin by adding this to the main bootstrap.js file:

alchemy.usePlugin('scenario', {});