Skip to content

A python project starter equipped with flask and element-ui.

Notifications You must be signed in to change notification settings

wangdahoo/flask-element-starter

Repository files navigation

Flask Element Starter

Quick Start

Install dependencies

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

Run up for development

  • front end
$ make fe
  • python
$ make web

visit http://127.0.0.1:5000 for website.

Run up for production

$ make prd

About

A python project starter equipped with flask and element-ui.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published