https://github.com/11ways/alchemy-menu
The menu plugin for the Alchemy MVC
https://github.com/11ways/alchemy-menu
Last synced: 9 months ago
JSON representation
The menu plugin for the Alchemy MVC
- Host: GitHub
- URL: https://github.com/11ways/alchemy-menu
- Owner: 11ways
- License: mit
- Created: 2015-06-22T10:37:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T15:44:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-21T20:48:16.916Z (9 months ago)
- Language: JavaScript
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Alchemy Menu
The menu plugin for the Alchemy MVC
## Installation
$ npm install alchemy-menu
## Use
You can activate the plugin by adding this to the main `bootstrap.js` file:
```javascript
alchemy.usePlugin('menu');
```