An open API service indexing awesome lists of open source software.

https://github.com/11ways/alchemy-scenario

The scenario plugin for Alchemy
https://github.com/11ways/alchemy-scenario

Last synced: 3 months ago
JSON representation

The scenario plugin for Alchemy

Awesome Lists containing this project

README

        

# 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:

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