Skip to content

michaelbukachi/flask-vuejs-tutorial

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date
Aug 1, 2019
Aug 1, 2019
May 25, 2019
Nov 2, 2019
Aug 11, 2021
Aug 1, 2019
May 24, 2019
Nov 2, 2019
May 25, 2019
May 24, 2019
Oct 10, 2019
May 24, 2019
May 24, 2019
Nov 2, 2019
May 24, 2019

Repository files navigation

Build Status

flask-vuejs-tutorial

A tutorial to integrate Vue.js with flask

Installation

  1. Clone the repo
  2. Run pip install -r requirements
  3. Run export FLASK_APP=wsgi:app
  4. Run flask run

Build Web App

In order to rebuild the web app (Vue)

  1. Navigate to the web folder
  2. Run yarn install
  3. Run yarn build

The tutorial can be found here.