Skip to content

Commit 735396e

Browse files
authored
added flask + vue resource to javascript page
1 parent 7da13b7 commit 735396e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)