A tutorial to integrate Vue.js with flask
- Clone the repo
- Run
pip install -r requirements
- Run
export FLASK_APP=wsgi:app
- Run
flask run
In order to rebuild the web app (Vue)
- Navigate to the
web
folder - Run
yarn install
- Run
yarn build
The tutorial can be found here.