Kue dashboard UI
npm install @gaoding/kue-ui> A Kue Dashboard for @gaoding/kue
- Clone or download this repository
- Enter your local directory, and install dependencies:
`` bash`
npm install
` bash`serve with hot reload at localhost:8010
npm run dev
` bash`build for production with minification
npm run buildUse in @gaoding/kue
`
Object.defineProperty(exports, 'app', {
get: function() {
return app || (app = require('@gaoding/kue-ui')(Queue, Job));
}
});
``