Skip to content

Commit ddb5936

Browse files
authored
Merge pull request mattmakai#168 from mjhea0/master
added flask + vue resources
2 parents 7da13b7 + 68be658 commit ddb5936

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

content/pages/04-web-development/03-flask.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ for getting started.
143143
[deployment](/deployment.html), be sure to read this article on
144144
[how Patreon got hacked](http://labs.detectify.com/post/130332638391/how-patreon-got-hacked-publicly-exposed-werkzeug).
145145

146+
* [Developing a Single Page App with Flask and Vue.js](https://testdriven.io/developing-a-single-page-app-with-flask-and-vuejs) step-by-step walkthrough of how to set up a basic CRUD app with Vue and Flask.
146147

147148
### Intermediate to advanced Flask resources
148149
Once you move past the beginner tutorials and have created a few Flask

content/pages/04-web-development/24-javascript.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Examples of these front end frameworks include:
3232

3333
* [Angular.js](https://angularjs.org/)
3434

35+
* [Vue.js](https://vuejs.org/)
36+
3537
* [Backbone.js](http://backbonejs.org/)
3638

3739
* [Ember.js](http://emberjs.com/)
@@ -78,6 +80,7 @@ which is defined by the
7880
provides a high-level overview of tools frequently used on the client and
7981
server side for developers using JavaScript in their web applications.
8082

83+
* [Developing a Single Page App with Flask and Vue.js](https://testdriven.io/developing-a-single-page-app-with-flask-and-vuejs) step-by-step walkthrough of how to set up a basic CRUD app with Vue and Flask.
8184

8285
## JavaScript learning checklist
8386
1. Create a simple HTML file with basic elements in it. Use the

0 commit comments

Comments
 (0)