Flask+Vue Gui for Pocsuite3
Add the gui file to the Pocsuite3 project and place it in the same directory as cli.py
install requirement
# use other pypi mirror
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirement.txt
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