https://github.com/lkiarest/que
https://github.com/lkiarest/que
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lkiarest/que
- Owner: lkiarest
- Created: 2017-12-01T08:35:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T08:36:40.000Z (over 8 years ago)
- Last Synced: 2025-01-21T08:45:09.173Z (over 1 year ago)
- Language: Python
- Size: 358 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Que
1. 前端基于 vue-cli 脚手架搭建,需要先安装 npm 依赖包:
```shell
cd fe
yarn
```
2. 启动服务
```shell
python web.py #启动后控制台会监听用户输入,输入 'stop' 则退出服务
```