webui/packages
Albert Shown 6991c02abc WebUI 2.0.6
* Supporting href link
* Python serve a folder example
* Fix bug in Infinite loop when set_timeout() get called later
* webui.js wont close window if href link clicked
* Fix bug in webui.js show error message when switching between window fast
2023-03-01 18:16:24 -05:00
..
2023-03-01 18:16:24 -05:00
2022-10-21 22:15:25 -04:00

WebUI PyPI Package

git clone https://github.com/alifcommunity/webui.git
cd webui/packages/PyPI
python -m pip install --upgrade pip
python -m pip install --upgrade build
python -m pip install --upgrade twine
python -m build
python -m twine upload --repository pypi dist/*
pip install --upgrade webui2