Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 699 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 699 Bytes

Flask+Vue Gui for Pocsuite3

img

Install

Add the gui file to the Pocsuite3 project and place it in the same directory as cli.py

image

install requirement

# use other pypi mirror
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirement.txt

Usage

Run flask server

cd gui

# start server
python server.py

Run Vue gui

cd gui-vue

# install requirement
npm run install
vue-cli-service serve