We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a3975 commit ccd0866Copy full SHA for ccd0866
README.md
@@ -1,7 +1,18 @@
1
-## api
+## flask-vuejs-tutorial
2
3
-### Project Setup
+A tutorial to integrate Vue.js with flask
4
5
-1. `pip install -r requirements.txt`
6
-2. `chmod +x unit-tests.sh`
7
-3. `./unit-tests.sh`
+### Installation
+1. Clone the repo
+2. Run `pip install -r requirements`
8
+3. Run `export FLASK_APP=wsgi:app`
9
+4. Run `flask run`
10
+
11
+### Build Web App
12
+In order to rebuild the web app (Vue)
13
+1. Navigate to the `web` folder
14
+2. Run `yarn install`
15
+3. Run `yarn build`
16
17
18
+The tutorial can be found [here](https://dev.to/michaelbukachi/flask-vue-js-integration-tutorial-2g90).
0 commit comments