Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 313 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 313 Bytes

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', {});