https://github.com/wangdahoo/flask-element-starter
A python project starter equipped with flask and element-ui.
https://github.com/wangdahoo/flask-element-starter
Last synced: 9 months ago
JSON representation
A python project starter equipped with flask and element-ui.
- Host: GitHub
- URL: https://github.com/wangdahoo/flask-element-starter
- Owner: wangdahoo
- Created: 2016-12-26T06:08:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T14:04:53.000Z (over 9 years ago)
- Last Synced: 2025-04-07T09:01:33.390Z (about 1 year ago)
- Language: Vue
- Size: 97.7 KB
- Stars: 39
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](http://127.0.0.1:5000) for website.
#### Run up for production
```
$ make prd
```