Learn Vue.js - Full Course for Beginners - 2019

preview_player
Показать описание


⭐️ 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: ⭐️

--

Рекомендации по теме
Комментарии
Автор

I can't appreciate enough when someone writes cleanly and knows some basic conventions and explains everything without skipping steps and saying "this could also be written like this, this is equivalent to that", thanks, it makes it so much better to understand.

ajax
Автор

If at 31:37 it doenst work, make sure you put your template like this (note the ' ' around it ): template: ' <ul><li>cat</li></ul> '

TuyaTheNasty
Автор

I like the way you make "mistakes" to show what happens if you do stuff "wrong". It immediately answers a lot of "what if..." questions I might have had. Good job!

Bigman
Автор

For anyone stuck at 2:08 : Use <template v-slot:cell(name)="data"> instead of <template slot="name" slot-scope="data">

tjsa
Автор

I recommend this tutorial to everyone who asks me how to get started with Vue.

faustind
Автор

2:24:00 vuex pattern
2:24:15 call action to call mutation to update state
2:33:30 mapActions to methods and mapState to computed

PeterReginald
Автор

Hi Gwen, this is probably the best video I have watched on Vue. As a novice, the small things trip me up, like the newer Javascript shortcuts and Vue shortcuts, which fly past you in most tutorials. You may want to consider making a companion "Cheat Sheet" with all the little side "tidbits", that you nicely sprinkle throughout the talk. Thank you!

JamesSwansburg
Автор

4 minutes into the course and I already know I'm going to have a good trip. Your teaching is excellent. Keep it up!

JohnDoe-iwmp
Автор

This is the best video ever regarding Vue. I saw so many videos in English and Spanish, without a doubt and also by far this is the best. New subscriber, thumbs up, save the video, watch it again to take notes... the best 6 hours with Vue. Thank you so much to be so clear! I want Greetings from Uruguay

mariangelrodriguez
Автор

As someone who has experience with Angular, I found this really useful. I think the pace might be a bit fast for someone who is completely new to JS frameworks, but you covered A LOT in 3 hours. Very impressive.

hattrickster
Автор

This is my own take on the shuffling issue: i inserted the correct answer in a random position right from beginning when i was making the answers array like this :
answers:function(){
let answers=
function getRandomInt(max) {
return Math.floor(Math.random() * Math.floor(max));
}
answers.splice(getRandomInt(answers.length), 0, this.question.correct_answer)
return answers

}
You dont need a library or anything like this.Have a good day!

mellywins
Автор

Gwen! thank you a lot! i did it!!! i got a new job!! THANK YOU A LOT!!!!

brenoleomani
Автор

Because of this video (after a few weeks of searching and reading topics) I started learning Vue. Thank you!

CortiBeats
Автор

good video so far, but i'm pretty sure there's an editing error at 27:54, where you teach about filters which is a segment that was already in the video before

FunctionGermany
Автор

Thanks for the great video! I notice there's an editing error so not sure if anyone notices it too. There's a duplicate at 22:24 and 27:37 Both showing the same "filters" method =)

lootster
Автор

I have finally finished your course, thanks a lot! I was waiting for a motivation to start learning Vue for months now and you juste gave me one with this video! I hope to see more of this :)

ValiJordan
Автор

If anyone is having difficulty with 'correct_answer' at 1:32:04 it's because there's a missing piece on shuffleAnswers() function.
Just add this to the end of your shuffleAnswers() {
...
this.correctIndex =
}

pedromatiasFroPT
Автор

it's hard to believe this is free. but, the fact that it is. thank you so much :)

samirudin
Автор

This video is the best I've seen about explaining Vue, and I've seen a lot. Great for both beginners and people that wants to review some topics. Thank you so much!

JMROMERO
Автор

Amazing tutorial. npm upgrade(d) the git repository without a single error. 00 to 00:35: an introduction, 00:35 to 1:50 :the quiz app, 1:50 till end: the pet app. Last minutes: a conclusion and resources. Excellent job done.

samir