diff --git a/content/pages/04-web-development/03-flask.markdown b/content/pages/04-web-development/03-flask.markdown index 4b0abd157..4222b874d 100644 --- a/content/pages/04-web-development/03-flask.markdown +++ b/content/pages/04-web-development/03-flask.markdown @@ -143,6 +143,7 @@ for getting started. [deployment](/deployment.html), be sure to read this article on [how Patreon got hacked](http://labs.detectify.com/post/130332638391/how-patreon-got-hacked-publicly-exposed-werkzeug). +* [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. ### Intermediate to advanced Flask resources Once you move past the beginner tutorials and have created a few Flask diff --git a/content/pages/04-web-development/24-javascript.markdown b/content/pages/04-web-development/24-javascript.markdown index 571bdea66..61d56c2aa 100644 --- a/content/pages/04-web-development/24-javascript.markdown +++ b/content/pages/04-web-development/24-javascript.markdown @@ -32,6 +32,8 @@ Examples of these front end frameworks include: * [Angular.js](https://angularjs.org/) +* [Vue.js](https://vuejs.org/) + * [Backbone.js](http://backbonejs.org/) * [Ember.js](http://emberjs.com/) @@ -78,6 +80,7 @@ which is defined by the provides a high-level overview of tools frequently used on the client and server side for developers using JavaScript in their web applications. +* [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. ## JavaScript learning checklist 1. Create a simple HTML file with basic elements in it. Use the