From 45b85d365871150af79ba7e5a3d1ac986c23f92d Mon Sep 17 00:00:00 2001 From: Dave Follett Date: Mon, 20 Aug 2018 22:04:54 -0400 Subject: [PATCH] Added blog series to readme.md Added a mention of my A New Vue on #JavaScript30 blog series at https://davefollett.io --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 392a400128..a1908d2f61 100644 --- a/readme.md +++ b/readme.md @@ -39,6 +39,7 @@ Feel free to submit a PR adding a link to your own recaps, guides or reviews! * [Abid Hasan's](https://github.com/sabidhasan/javascript-30) completion of all challenges. This was awesome!! Learned so much! :+1: * [Yusong Notes](https://sky172839465.github.io/course/js30) Records Yusong JS 30 days note and demo :star2: * [Herminio Torres](https://github.com/herminiotorres/JavaScript30) lessons and tricks learned, and a [gh-page](https://herminiotorres.github.io/JavaScript30/) to see working all the mini-projects. +* [Dave Follett's](https://github.com/davefollett) blog series, [A New Vue on #JavaScript30](https://davefollett.io/categories/a-new-vue-on-javascript30/), where he explores re-implementing #JavaScript30 projects using [Vue](https://vuejs.org). ## A note on Pull Requests