You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[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.
146
147
147
148
### Intermediate to advanced Flask resources
148
149
Once you move past the beginner tutorials and have created a few Flask
Copy file name to clipboardExpand all lines: content/pages/04-web-development/24-javascript.markdown
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@ Examples of these front end frameworks include:
32
32
33
33
*[Angular.js](https://angularjs.org/)
34
34
35
+
*[Vue.js](https://vuejs.org/)
36
+
35
37
*[Backbone.js](http://backbonejs.org/)
36
38
37
39
*[Ember.js](http://emberjs.com/)
@@ -78,6 +80,7 @@ which is defined by the
78
80
provides a high-level overview of tools frequently used on the client and
79
81
server side for developers using JavaScript in their web applications.
80
82
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.
81
84
82
85
## JavaScript learning checklist
83
86
1. Create a simple HTML file with basic elements in it. Use the
0 commit comments