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

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

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');
```