Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hananf11/flask_vue
- Owner: hananf11
- License: mit
- Created: 2020-07-16T14:47:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:09:24.000Z (almost 2 years ago)
- Last Synced: 2023-11-17T02:34:49.771Z (12 months ago)
- Topics: flask, vue, vuejs
- Language: Vue
- Homepage:
- Size: 1.42 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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`