An open API service indexing awesome lists of open source software.

https://github.com/michaelbukachi/flask-vuejs-tutorial

A tutorial to integrate Vue.js with flask
https://github.com/michaelbukachi/flask-vuejs-tutorial

Last synced: 2 months ago
JSON representation

A tutorial to integrate Vue.js with flask

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/michaelbukachi/flask-vuejs-tutorial.svg?branch=master)](https://travis-ci.org/michaelbukachi/flask-vuejs-tutorial)

## 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](https://dev.to/michaelbukachi/flask-vue-js-integration-tutorial-2g90).