The front end Use Flask and Element UI to quickly build enterprise mid-stage systems January 30, 2024 by 洪冠霖 No Comments Quick Start Install dependencies $ python3 -m venv .virtualenv $ ./ve pip install -r requirements.txt $ ./ne yarn install Copy the code Run up for development python $ make web Copy the code front end $ make fe Copy the code Visit http://127.0.0.1:5000 for website. Run up for production $ make prd Copy the code