delete / kue-view

WIP - An UI for tasks queue management

Repository from Github https://github.comdelete/kue-viewRepository from Github https://github.comdelete/kue-view

Kue View

Main screen

Why?

I started this project to be an alternative UI to Kue library, because the main UI is kind of ugly (sorry guys) and doesn't have some features that me and my team needed (like select multiple tasks to restart or remove).

Project setup

You will need to setup an Redis server. The easier way is run into a Docker container.

The image can be found here

There is a sample project in the examples folder. After setup the Redis server, you should edit the dashboard.js with the IP and PORT OR use the env variables:

REDIS_HOST=
REDIS_PORT=

Start development

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

About

WIP - An UI for tasks queue management

License:MIT License


Languages

Language:JavaScript 64.2%Language:Vue 27.3%Language:TypeScript 6.1%Language:HTML 1.4%Language:Dockerfile 1.0%