@gaoding/kue-ui
v0.2.0
Published
Kue dashboard UI
Downloads
3
Keywords
Readme
@gaoding/kue-ui
A Kue Dashboard for @gaoding/kue
Start
- Clone or download this repository
- Enter your local directory, and install dependencies:
npm install
Develop
# serve with hot reload at localhost:8010
npm run dev
Build
# build for production with minification
npm run build
Use in @gaoding/kue
Object.defineProperty(exports, 'app', {
get: function() {
return app || (app = require('@gaoding/kue-ui')(Queue, Job));
}
});