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
- Host: GitHub
- URL: https://github.com/11ways/alchemy-widget
- Owner: 11ways
- Created: 2016-08-09T15:02:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T15:45:03.000Z (over 2 years ago)
- Last Synced: 2025-03-01T01:37:27.396Z (over 1 year ago)
- Language: JavaScript
- Size: 155 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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');
```