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
- Host: GitHub
- URL: https://github.com/michaelbukachi/flask-vuejs-tutorial
- Owner: michaelbukachi
- Created: 2019-05-24T19:39:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T15:29:32.000Z (over 2 years ago)
- Last Synced: 2025-03-01T04:11:18.685Z (3 months ago)
- Language: Python
- Size: 58.6 MB
- Stars: 38
- Watchers: 3
- Forks: 9
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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).