Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hananf11/flask_vue

My example of using flask and vuejs together. This project was really just me experimenting with vue and flask and working out how I can combine them effectively.
https://github.com/hananf11/flask_vue

flask vue vuejs

Last synced: 5 days ago
JSON representation

My example of using flask and vuejs together. This project was really just me experimenting with vue and flask and working out how I can combine them effectively.

Awesome Lists containing this project

README

        

# What is this?

This is an example app that combines vue and flask, It can be used as a base for your own project.

# Requirements

1. [Python3](https://www.python.org/)
2. [Node](https://www.python.org/)
3. [Yarn](https://yarnpkg.com/)

# Installation

1. Clone this repo. `git clone https://github.com/hananf11/flask_vue.git`
2. open a terminal to the project and run the setup command. `yarn run setup`

# Run the app

run `yarn run dev` to run flask and webpack together.

or

run `yarn webpack:dev` and `yarn flask:dev`