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

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

Dashboard widgets for Alchemy
https://github.com/11ways/alchemy-widget

Last synced: over 1 year ago
JSON representation

Dashboard widgets for Alchemy

Awesome Lists containing this project

README

          

# Alchemy widget

The widget plugin for the Alchemy MVC

## Installation

Just installing the npm package can be done like this:

$ npm install alchemy-widget

## Activate

You can activate the plugin by adding this to the main `bootstrap.js` file:

```javascript
alchemy.usePlugin('widget');
```