https://github.com/tookit/flask-vue
A demo for flask
https://github.com/tookit/flask-vue
Last synced: 1 day ago
JSON representation
A demo for flask
- Host: GitHub
- URL: https://github.com/tookit/flask-vue
- Owner: tookit
- Created: 2021-03-23T15:23:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T01:47:31.000Z (about 5 years ago)
- Last Synced: 2025-02-22T23:14:25.358Z (over 1 year ago)
- Language: Python
- Size: 2.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# A simple flask app with vue spa
just of demo, in production better server app with nginx
## requrement
- python3.5
- flask
- request
## how to stall
```
python3 -m pip install -r requirements.txt
```
## config
see `config.ini`
## Run app
```
python3 app.py
```