From cd804af36c091cd6069a2b9cdd571ec918416c1f Mon Sep 17 00:00:00 2001 From: Sayak Sarkar Date: Fri, 9 Oct 2020 22:01:49 +0530 Subject: [PATCH] Adds 'Intro to Vue 3' course (#3830) * Adds 'Intro to Vue 3' course Adds the free 'Intro to Vue 3' course on Vue.js v3 from https://vuemastery.com * Minor grammatical fix Changes `Vue.Js` to `Vue.js` on the courses list --- free-courses-en.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-courses-en.md b/free-courses-en.md index cfacd0a6..8c70e3e8 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -27,6 +27,7 @@ * [React](#react) * [Redux](#redux) * [Sails.js](#sailsjs) + * [Vue.js](#vuejs) * [Linux](#linux) * [Lua](#lua) * [Machine Learning](#machine-learning) @@ -281,6 +282,11 @@ * [Develop web apps in Node.js and Sails.js](https://courses.platzi.com/courses/develop-apps-sails-js/) +### Vue.js + +* [Intro to Vue 3](https://www.vuemastery.com/courses/intro-to-vue-3/intro-to-vue3) + + ### Linux * [Introduction To Linux](https://www.edx.org/course/introduction-to-linux/) - The Linux Foundation (edx) -- GitLab