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

https://github.com/lkiarest/que


https://github.com/lkiarest/que

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

#Que

1. 前端基于 vue-cli 脚手架搭建,需要先安装 npm 依赖包:

```shell
cd fe
yarn
```

2. 启动服务

```shell
python web.py #启动后控制台会监听用户输入,输入 'stop' 则退出服务
```