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
- Host: GitHub
- URL: https://github.com/11ways/alchemy-scenario
- Owner: 11ways
- Created: 2017-03-30T19:44:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-17T07:46:13.000Z (almost 2 years ago)
- Last Synced: 2025-03-12T11:19:03.030Z (3 months ago)
- Language: JavaScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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', {});
```