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