VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Learn Vue.js - Full Course for Beginners - 2019

Learn Vue.js - Full Course for Beginners - 2019

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn to use Vue.js in this full tutorial course for beginners. - NEW version of this course: https://youtu.be/FXpIoQ_rT_c Vue.js is an open-source JavaScript framework for building user interfaces and single-page applications. - Code - Quiz App: https://github.com/gwenf/vue-quiz - Code - Pet App: https://github.com/gwenf/vue-adopt-pets -- Contents -- (0:32) Part 1: -- The Vue Instance -- Directives -- Methods -- Data-binding -- Events -- Filters -- Computed Properties -- Components -- Component Lifecycle (35:33) Part 2: -- Vue-cli -- Vue devtools -- Props & Slots -- Making API calls -- Vue-router -- Vuex -- Unit Testing -- Recommended Resources -- Links: -- - TheJaredWilcurt Twitch Channel: https://www.twitch.tv/thejaredwilcurt - Sarah Drasner, Vue Animations: https://www.youtube.com/watch?v=LLnVLjpY6gE - Views on Vue podcast: https://devchat.tv/views-on-vue/ - State of Vue.js Report: https://www.monterail.com/state-of-vuejs-report - Course from Gwen Faraday. Check out her YouTube channel: https://www.youtube.com/channel/UCxA99Yr6P_tZF9_BgtMGAWA - Gwen on
Date: 2022-03-14

Comments and reviews: 10


Fantastic tutorial on Vue! Loved it. Thank you for putting it together.
Some small issues: As others have pointed out -Correct Index- needed at -1:31- is discussed out of sequence at -1:41-.
Also, shouldn't the v-for loop in the component QuestionBox be over this.shuffledAnswers rather than answers?
Also, loved the fact that you make errors, show us code inspection methods using dev-tools/inspect. It allows us to learn how to debug the code at the same time!
Overall, it's a fantastically done tutorial!

reply

Thanks for the video, I'm learning vue for an internship in a few weeks. For some reason I'm stuck at the point where are trying to import the API questions, when I look at the data content of app with the vue dev tools, all I see is one undefined question. I'm looking into it now, but if anyone has a clue from where it could come from please help. The link I generated works in the browser so I don't get why vue can't import the data :)
reply

NOTE: Anyone using vue 4 to follow this tutorial will run into some problems with bootstrap-vue, as this is not yet supported by vue 4, maybe it will be released soon enough, but for now to follow this video it is advised to use the 3.1.1 version. while installing the cli just run npm i -g -vue/cli-3.1.1
reply

People, do NOT use indented syntax (curly brace omitted) when you write styles, it's just asking for problems especially as you build larger more complex components or utilize BEM and media query nesting. Most engineers are terrible at writing CSS/SCSS properly.
reply

The only thing I was not able to make work was importing and applying global sass styles to the app. No errors in console, they just do not work; they do not even show up by analyzing the element in the dev tool. Followed step by step, do not know what went wrong...
reply

I'd just like to say at 26:10 she said -this.catName- and there was an actual cat in the background.
Stay woke...she's really about this cat life...meaning there are no lies in this vue tutorial.
We got ourselves a classic video.

reply

40:40 A blue moon is when you have a second full moon in a calendar month, which happens infrequently, hence the use of the expression, -once in a blue moon.- It does not mean it never happens or that it is a fairytale.
reply

2:36:47 I'm getting the following error -state[species] is undefined- when trying to submit
EDIT: my problem was that I changed the names on :options for species under b-form-select for submitting the pet species.

reply

If you want to learn how to build web applications in a short time, then i Highly recommend this course on Udemy, it really takes you from a beginner to a decent developer: -learn laravel vuejs, build a tesla app-
reply

Hi Gwen. Would recommend you spend more time on the environment setup. No details about jsfiddle or how to load the vie library. This is a beginner course
reply
Add a review, comment






Other channel videos