Giter Site home page Giter Site logo

flask-vue-1's Introduction

flask-vue

Flask and Vue playing happily together

Inspiration

Flask and Vue use similar templating, making them incompatible out of the box. In this example I have modified the default flask template tokens and built a flask application that serves a vue frontend.

The server returns index.html which blends jinja and vue templates. app.js modifies the vue templates and fetches and displays data from api/data/<parameter>

Prerequisites

I'm using pipenv for my python dependencies.

$ pip install pipenv 
$ # is supposed to "work"
$ # I had to run the following to get pipenv on my mac without warnings
$ sudo -H pip install --ignore-installed pipenv

Installation

$ git clone [email protected]:texuf/flask-vue.git
$ cd flask-vue/server
$ pipenv install

Run Server

$ cd flask-vue/server
$ pipenv run python app.py 
...
$ open http://127.0.0.1:5000/

Work on Client

$ # in a second terminal window
$ cd flask-vue/client
$ # setup any sass / npm / bootstomper / whatevers here, have the build scripts output to `server/static`

Resources

Other flask/vue apps

Deploying to heroku

Install the heroku cli: https://devcenter.heroku.com/articles/getting-started-with-python

$ cd flask-vue/server
$ pipenv install gunicorn
$ echo web: gunicorn app:app > Procfile
$ cd ../
$ git add -A && git commit -m "Added Procfile and Gunicorn"
$ heroku create
$ git subtree push --prefix server heroku master
$ heroku logs --tail

Tips

flask-vue-1's People

Contributors

texuf avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.