Skip to content

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

Notifications You must be signed in to change notification settings

UserHuRu/flask-element-starter

 
 

Repository files navigation

Flask Element Starter

flask & element-ui

Quick Start

Install dependencies

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

Run up for development

  • python
$ make run
  • webpack
$ make dev

visit http://127.0.0.1:5000 for website.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 38.0%
  • Python 26.2%
  • JavaScript 16.2%
  • CSS 14.0%
  • HTML 3.1%
  • Shell 2.3%
  • Makefile 0.2%