使用 Flask 和 Element UI 快速搭建企业中台系统

5,418 阅读1分钟

Quick Start

Install dependencies

$ python3 -m venv .virtualenv
$ ./ve pip install -r requirements.txt
$ ./ne yarn install

Run up for development

  • python
$ make web
  • front end
$ make fe

visit http://127.0.0.1:5000 for website.

Run up for production

$ make prd