Skip to content

Commit ebd9ad6

Browse files
committed
add vue resource
1 parent 9fe3c01 commit ebd9ad6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/pages/04-web-development/25-vuejs.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@ rich apps that run in web browsers.
4141
* [Developing a Single Page App with Flask and Vue.js](https://testdriven.io/blog/developing-a-single-page-app-with-flask-and-vuejs/)
4242
walks through all of the environment configuration, project setup and
4343
coding you need to do to build a legitimate Vue.js application that
44-
uses a [Flask](/flask.html) API on the backend.
44+
uses a [Flask](/flask.html) API on the backend.
45+
46+
* [Learn Vue by Building and Deploying a CRUD App](https://testdriven.io/courses/learn-vue/?utm_source=fsp)
47+
is an awesome course that walks through the Vue basics and building
48+
a whole application and deploying it to
49+
[Netlify](https://www.netlify.com/).
4550

4651
* The official
4752
[Vue.js getting started documentation](https://vuejs.org/v2/guide/)

0 commit comments

Comments
 (0)