Vue JS Crash Course

  Рет қаралды 1,341,740

Traversy Media

Traversy Media

Күн бұрын

Пікірлер: 1 100
@plumpdolphin
@plumpdolphin 3 жыл бұрын
This is an absolutely legendary tutorial! Took me a couple days to work through it at my own pace, experiment, and digest all the information. Started with minimal HTML and JS knowledge, near-zero CSS, and totally zero Vue experience. Came out with a good fundamental knowledge of all-of-the-above! Thank you so much 😄
@diegoabdo2555
@diegoabdo2555 3 жыл бұрын
I don’t even use Vue but for some reason I just felt happy seeing this on my recommended.
@jay-rathod-01
@jay-rathod-01 3 жыл бұрын
Traversy is more addictive than weed. same hapend with me.
@TraversyMedia
@TraversyMedia 3 жыл бұрын
Yeah, it's hard to do stuff that everyone would be interested in because there are so many damn technologies. I'm glad you clicked anyway :)
@bobcwang
@bobcwang 3 жыл бұрын
T t Ym ym
@bobcwang
@bobcwang 3 жыл бұрын
T t Ym ym
@justme3894
@justme3894 3 жыл бұрын
@@TraversyMedia Sooo many dam technologies to accomplish the same goals, it gets really confusing for starters
@jeffreyambayec4491
@jeffreyambayec4491 3 жыл бұрын
I got my web dev job just from watching your laravel crash course. I know something good will come my way after finishing this one. Thanks for the tuts Brad! You're awesome!
@johnnygotti1568
@johnnygotti1568 2 жыл бұрын
You are the first person I go to for tutorials. I just did a react project, wanted to pad the resume, learned vue in 3 days watching your video whenever I felt like and coding along. Now I have a nice "self-built" app that I can reference when I'm looking for ways to do something, and I can remember what I did, or just look at your video again. Cannot thank you enough, man.
@weirdcase
@weirdcase 3 жыл бұрын
I usually get bored and don't learn much from video tutorials but this really helped. I like the way you make mistakes and then correct them in the video. It helps as it keeps the focus on, also shows where common mistakes occur. Most tutorials tend to be perfect which doesn't help in real life scenarios where mistakes and typos actually happen. Great job!
@HeyStanleey
@HeyStanleey 3 жыл бұрын
It took me 3 days to finish this tutorial, so I can understand everything in detail and research some concepts more in depth at the same time. Thank you so much for this, I learned a lot!
@themoroccanpianist8953
@themoroccanpianist8953 3 жыл бұрын
did you build any project with Vuejs ?
@popoduck8309
@popoduck8309 3 жыл бұрын
at 55:00 why is he using task.id in the Tasks.vue file Since we already emitted that id from the Task component as a number. If u ever see this comment please answer this. Thanks :)
@Mronmovies
@Mronmovies 3 жыл бұрын
​@@popoduck8309 That was probably accidental. The Inner id emitted is actually redundant in this case. In the for loop inside the Tasks component he associated every Task component created with an emit that triggers when the inner emit is emitted, that outer emit is associated with the task.id that was used to create the Task component. If you want the inline version you can replace that line with Or you can just remove the id emitted in the Task component. Hope it makes sense.
@popoduck8309
@popoduck8309 3 жыл бұрын
@@Mronmovies Now I get it Thanks :)
@devdante8237
@devdante8237 3 жыл бұрын
Yeah, same here.... Still not finished yet, but it helps a lot in understanding and gaining process! Thx a lot!! This is awesome!
@dustincintron1682
@dustincintron1682 3 жыл бұрын
You make a huge difference in people's lives and career, Brad. Thank you and keep up the great work.
@TheSuperRyne
@TheSuperRyne Жыл бұрын
Дс дч с,дэ ДМ ч лс kc nn j bbn bl ,my j
@oussamachahidi9201
@oussamachahidi9201 3 жыл бұрын
the way he teaches makes me feel like we are both at the same level and we learning together i really enjoyed it!! God bless you
@emdadgar_official
@emdadgar_official 2 жыл бұрын
yeap ... i watch crash course to get a overview . then going to full course.
@andrelncampos
@andrelncampos Жыл бұрын
Two years down the road, and this video remains remarkably pertinent and up-to-date. Kudos on your commendable effort, undoubtedly a substantial undertaking. I genuinely hope you persist in making significant contributions to the community, showcasing your impressive dedication and expertise.
@borakayalar
@borakayalar 2 жыл бұрын
If you are beginner for Vue and you know some structures but could not understand something about it, this video exactly for you. Thanks for it
@manfrom20xx13
@manfrom20xx13 3 жыл бұрын
I WATCHED THE ENTIRE THING. IT'S SO DAMN GOOD. I LEARNED A LOT, THANK YOU SO MUCH! I DON'T KNOW WHY I'M SHOUTING, BUT I'M SUPER EXCITED WOHOO
@mgjulesdev
@mgjulesdev 3 жыл бұрын
GO AND BUILD STUFFS IN VUE NOW!
@whaileee9749
@whaileee9749 3 жыл бұрын
Also watched the whole thing. I share your excitement!!!
@cryptoboy1461
@cryptoboy1461 3 жыл бұрын
Calm down shequila
@alexanderzharkov6953
@alexanderzharkov6953 3 жыл бұрын
There is only one thing left to say after watching the video till the end: Thank you, Brad!
@dirkbertels3872
@dirkbertels3872 2 жыл бұрын
It's almost 2 years later now and vue3 has updated a bit, such as using Vite - but this tutorial is still very relevant. The presentation is an impressive performance, showing a master programmer's mind at work. I personally love the use of ternary logic in combination with higher order array operations (using spread operations), all inspiring me to update my js skills!
@ganjarulez009
@ganjarulez009 Жыл бұрын
is it still viable to watch at this point? :D
@IosifPetruPuha
@IosifPetruPuha Жыл бұрын
i've just watch the old one (from 4 years ago) and I can say that one is viable for what it's worth, you just have to do some tweaks maybe when he's using some syntax that is not compliant anymore, but it's pretty straight forward@@ganjarulez009
@andrelncampos
@andrelncampos Жыл бұрын
Yes!!!
@Scy
@Scy 3 жыл бұрын
Thanks for not trying to teach programming from scratch like every other tutorial. Straight to the point.
@assefatedla6681
@assefatedla6681 3 жыл бұрын
You are one of the best instructors I know on youtube. You explain in simple terms and write elegant code. Keep up the good work
@TraversyMedia
@TraversyMedia 3 жыл бұрын
Thanks :) I appreciate that
@oao1786
@oao1786 2 жыл бұрын
Tell me other good instructor on KZbin.
@kendedetar
@kendedetar 3 жыл бұрын
I had a hard time beginning reactive front-end frameworks. React and Angular are pretty scary. But this tutorial and Vue itself is very friendly and welcoming! 😄 Thank you for the great video, Brad! 😄
@milanche7395
@milanche7395 2 жыл бұрын
Every programming language is scary at beginning. Don't give up. 💪😎
@clay9228
@clay9228 8 ай бұрын
@codeaperture
@codeaperture 3 жыл бұрын
Is been a while. Traversy media was my first love in web development and I always like his magical and elegant code
@jelenar1108
@jelenar1108 3 жыл бұрын
I love all of your tutorials, you always explain everything so great!
@mylesdavies9476
@mylesdavies9476 3 жыл бұрын
Really great to see a third iteration of the Vue crash course, looking forward to the composition API video. It would be great if you could do a follow up to this and put together a slightly more advanced Vue video looking at more advanced features of the router, animations, vuex etc
@icaromendes1250
@icaromendes1250 Жыл бұрын
It is not the first time I choose to study something and I get to one of your tutorials, they are well measured, straight to the point. Really a fan here.
@seetlive
@seetlive 3 жыл бұрын
As a React first developer, it was helpful for me when you make those analogies between React and Vue, It helps me a lot to understand how things are done in Vue faster. Thank you for the tutorial.
@moodiali7324
@moodiali7324 2 жыл бұрын
do u think that vue is easier than react or next js? i am getting that feeling a little but i just started learning vue
@nospam2k
@nospam2k 2 жыл бұрын
I wish every tutorial was like this!!! Who wants to hear the history of the universe and your childhood for 10minutes before your 30 second piece of info??? Right to the point.This is long but thorough. I listened to it at 2x and got what I needed!!! I have never even heard of Vue, know very little about Angular and somewhat familiar with nodejs before watching this and I'm ready to code! Fantastic!!!
@deivitsalazar1991
@deivitsalazar1991 3 жыл бұрын
I really do hope vue becomes more popular. It is an amazing framework. I come from a react background then got my first job and the framework they were using was vue. Freaking love it.
@naveenkamath2882
@naveenkamath2882 3 жыл бұрын
same bro but I am learning vue now
@ak3147
@ak3147 2 жыл бұрын
Same
@solsnnr
@solsnnr 2 жыл бұрын
I have an applicant examination where I have to build an expense management website using VueJS, and I have zero knowledge in Vue (I am a ReactJS developer in my previous company for about 6 months only). But, once again, thanks to Traversky Media for helping me again with my web development journey. After watching this, I think I can build the said website. You literally helped from HTML, ReactJS, and now with VueJS. I am really enjoying your full courses. Your channel is the reason why I new languages/trchnology don't scare me. Thank you Traversky Media.
@AlexGBY9
@AlexGBY9 3 жыл бұрын
This is the millionth time this happens, I need something very specific at my job and this guy releases a video about that exact topic
@fcosantos
@fcosantos 3 жыл бұрын
I'm brazilian guy and I starting code with VueJS. I was lost and found this channel, OMG. Thanks, very thanks!
@Stoney_Eagle
@Stoney_Eagle 3 жыл бұрын
What a timing, I'm concidering using VueJs for my frontend 😉
@maskman4821
@maskman4821 3 жыл бұрын
The Net Ninja has the best vue3 course ever on udemy, that is a solid vue2 + vue3 course, you are gonna learn everything about this cutting-edge (composition-api) technology along with awesome projects !!!
@arnauddsj-monagencecreative
@arnauddsj-monagencecreative 3 жыл бұрын
@@maskman4821 Agreed here if you consider vue you should better find course that shows the vue 3 composition api and new features of vue3
@Stoney_Eagle
@Stoney_Eagle 3 жыл бұрын
I will look it up, thanks guys. It's gonna be a lot of work converting everything and I'm not even done converting php to nodejs 😳
@MyBoxer96
@MyBoxer96 3 жыл бұрын
@@maskman4821 Maximillian also has a great Vue course. He covers everything
@sakibullah3577
@sakibullah3577 3 жыл бұрын
@@maskman4821 thanks for info man! i appreciate it
@bobbuilder6846
@bobbuilder6846 2 жыл бұрын
I'm only 12 minutes in but already your video is very useful. As a backend developer who hasn't touched front end frameworks for a while, it's so helpful getting straight into it. Thanks!
@musangowope5556
@musangowope5556 3 жыл бұрын
This is literally the perfect course and it really came at the right time. Im going to be working on an existing vue project in the near future. this tutorial is definitely a great way to get reacquainted with vue
@CHPdBest
@CHPdBest 10 ай бұрын
I came across this superb video when I came in search of tutorials to refresh my Vue knowledge..No words to describe how helpful this has been, the precise and clear delivery of content would help a novice or an experienced dev equally..Thanks again!
@sanketmathur3072
@sanketmathur3072 3 жыл бұрын
I just wanna say thank you for making this.
@Fun-io9kv
@Fun-io9kv 3 жыл бұрын
Yea specially in english
@igde
@igde 11 ай бұрын
It took me a week to build the app using TypeScript and Composition API and I now I feel much more confident in Vue. Thanks Brad, this tutorial is great even after three years! .)
@DaDa-gr7cy
@DaDa-gr7cy 3 жыл бұрын
Liked before watching, your crash courses are ALWAYS amazing. Thanks a lot ❤
@ViorelMocanu
@ViorelMocanu 3 жыл бұрын
Great tutorial, Brad! I've just passed through quite a few Vue tutorials until now, and yours served to clarify a few things, kudos for the clarity.
@MrDFJohnson
@MrDFJohnson 3 жыл бұрын
React and Vue crash courses, THANKS!
@maskman4821
@maskman4821 3 жыл бұрын
The Net Ninja has the best vue3 course on udemy, that is a solid vue2 + vue3 course, you are gonna learn everything about this cutting-edge (composition-api) and awesome projects !!!
@hannahdecoder6487
@hannahdecoder6487 3 жыл бұрын
As a React Developer who just landed a $100p/h Vue job (And has no idea how to use vue at all), I'm excited to start this course over the weekend and see how I do lol. I'll update soon!
@i0x37
@i0x37 2 жыл бұрын
any updates? I assume you got fired
@bailimohamedali1466
@bailimohamedali1466 3 жыл бұрын
man, now what's missing is an Angular crash course 2021. great work!
@kizomanizo
@kizomanizo 3 жыл бұрын
I 'Vue' occasionally, I still use this tutorial as my go-to guide before googling most basic tricks. Very nice narration!
@harounekechaoui8232
@harounekechaoui8232 3 жыл бұрын
i was waiting for it, gotta open visual studio code and start. thanks brad
@black-forest-code
@black-forest-code 3 жыл бұрын
I started learning Vue in 2016, but then had to quickly switch to React for a client project and have had little to do with Vue since then. I've stayed with React ever since. Now I need Vue for a new project. This crash course helped me get back to basics of Vue quickly. Thank you Brad!
@yaroslavkniaziev1045
@yaroslavkniaziev1045 3 жыл бұрын
The excitement on my face when I saw the notification...
@lkagan2000
@lkagan2000 2 жыл бұрын
The perfect refresher for someone who hasn't touched Vue in 6 months. Thanks!
@wen-tungwen9446
@wen-tungwen9446 3 жыл бұрын
I'm a female developer from Taiwan. I've taken 3 of your courses from Udemy , but I didn't notice they are taught by the same person till NOW! thanks a lot for your teaching!
@i0x37
@i0x37 2 жыл бұрын
I always wanted to go to china :)
@salillakra
@salillakra Жыл бұрын
​@@i0x37☠️
@romanempire3517
@romanempire3517 Жыл бұрын
​@@i0x37it's TAIWAN! NOT Bat eating capital of the world
@i0x37
@i0x37 Жыл бұрын
@@romanempire3517 Taiwan is in China, big up Xi Jinping
@atlantic_love
@atlantic_love Жыл бұрын
​@@i0x37Why are you such a dip?
@corbynaltman1020
@corbynaltman1020 2 жыл бұрын
Over a year later and still one of the best vue videos
@carolinec4978
@carolinec4978 3 жыл бұрын
Love hearing that intro jingle - you just know good video content is coming your way!
@Dryfee
@Dryfee 3 жыл бұрын
I hust finished Brad's VueJS todo app. Now i'm here... Seeing whats new in 2021. Thanks so much for this Brad!
@jemaleakil7620
@jemaleakil7620 3 жыл бұрын
Thank you so much Brad! You are my favorite Instructor
@zhehuizhou
@zhehuizhou 3 жыл бұрын
I am a backend dev, and I need to use Vue for some new projects. You don't know how grateful I am to find this tutorial.
@cuervowebdesign9356
@cuervowebdesign9356 3 жыл бұрын
Thank you, Brad. Great as always. I was just thinking which Javascript library or framework should I learn next, thought of Vue and there you were. Amazing tutorial.
@victorrono7841
@victorrono7841 3 жыл бұрын
Exactly what I was looking for. Just finished watching the older vue Js tutorial last night and it was very educative.
@1000daystech
@1000daystech 3 жыл бұрын
Brad, so after building the same app in ReactJS and VueJS. What is your opinion about them? What's easier? What's more for beginners? I would appreciate an answer. Thanks. :)
@rocifier
@rocifier 2 жыл бұрын
Legend bro I just landed a vue.js contract since most others are focusing on react, and I have to get up to speed. So far loving this.
@SwapnilSoni
@SwapnilSoni 3 жыл бұрын
Omg you're reading my mind!! I was eagerly waiting for this ❤️
@1nsight909
@1nsight909 Жыл бұрын
Thank you so much Brad. Started with zero knowledge in Vue, now I have a more clearer understanding of the basics. I still find it hard to build anything without following along with your videos. I struggle when learning how to code but using your materials and a bit more practice I guess I can build on my own. I still feel like an impostor using tools like chatGPT to build anything. I hope you never stop with these tutorials because your content is my guiding light to excel in my career. More power to you.
@codelta2
@codelta2 3 жыл бұрын
Thank you brad! Highly appreciate your great work that we all benefit from 😊
@dani2500d
@dani2500d Жыл бұрын
Great tutorial! Perfect for developers that haven't touched VueJS for a few years
@squirrelboy001
@squirrelboy001 3 жыл бұрын
Really great tutorial! Clear, straight to the point and covering a lot of useful concepts in detail. Thanks so much!
@JamesAutoDude
@JamesAutoDude 3 жыл бұрын
The fact that the website loaded your changes without refreshing the page was legit!!! I'm excited lol
@dbybanez
@dbybanez 3 жыл бұрын
I'm a normal person. I see a new video from Brad, I hit like.
@pradikapratama9895
@pradikapratama9895 3 жыл бұрын
understandable, u make vue is lookin so easy, explaining every single function and how it works, thank you for making this video, it's help me a lot
@donl.a.6045
@donl.a.6045 3 жыл бұрын
Just what I was looking for. thank you!
@UnderGun81
@UnderGun81 3 жыл бұрын
Gracias Brad, I just started a frontend internship a couple of weeks ago and I got introduced to the codebase on Monday, it's all Vue, so this definitely helps.
@milos018
@milos018 3 жыл бұрын
Great job showing Vue in such a short time. Just a thought - you can use event modifiers instead of e.preventDefault() inside the method
@bobyrasta100
@bobyrasta100 2 жыл бұрын
Thank you very much Traversy Media, you are helping people from places you would never imagine that even exist
@TechBunch
@TechBunch 3 жыл бұрын
WooHoo, Boss is back!!!
@tech_tips0117
@tech_tips0117 2 жыл бұрын
This is definitely the best channel for learning frontend coding
@mrcavior7943
@mrcavior7943 3 жыл бұрын
Exactly what i needed, thank you! I've been playing around with apis and wanted to make some small frontend app in vue that will be connected to it but sometimes gathering info bit-by-bit and going through documentation is tiresome - and i didn't want to spend too much time on it, i wanted to focus on my api. Cheers and wish you all the best!
@TraversyMedia
@TraversyMedia 3 жыл бұрын
Yeah, Vue definitely cuts out all the bullcrap and makes creating UIs really easy
@shauntonesify
@shauntonesify 3 жыл бұрын
Brad- you know how to really read a room. I just got a job interview with Vue as one of the technologies. and of course, you come out with this video :) Thank again for all your hard work.
@GTsurwa
@GTsurwa 3 жыл бұрын
Vue gets some love as well. Been waiting for this. Thank you, times infinity, Brad 👍🏿.
@ihebchhibi6414
@ihebchhibi6414 3 жыл бұрын
Dude should get more credit. Awesome content, unique delivery ! He‘s basically reading the viewer‘s mind in each single minute of the video..
@trueNahobino
@trueNahobino 2 жыл бұрын
Really useful tutorial, just was having issues with the part where you used a proxy to replace "localhost:5000" with "api" in your code at 1:21:32. I'm pretty sure I wrote everything correctly but the tasks wouldn't show up, inspecting the network of lh:8080 just showed that tasks was in 404, it didn't connect. :/
@asuraxsoul_junjie2051
@asuraxsoul_junjie2051 2 жыл бұрын
i faced the same issue, realised that my vue.config.js was not in the root folder
@trueNahobino
@trueNahobino 2 жыл бұрын
@@asuraxsoul_junjie2051 hm. Will try that next time I'm using Vue
@revisionnaire
@revisionnaire Жыл бұрын
i have that erro with 403 and idk y 😭
@rbdevelopment
@rbdevelopment 2 жыл бұрын
Amazing pace, out-of-the-charts knowledge, perfect guidance. I'm relatively new at this and it helped me to understand the concept literally in 2 hours! Keep up the good work 🤟
@ayushsoni146
@ayushsoni146 3 жыл бұрын
KZbin algorithms and Google tracking man. I just searched Vue on Google and here it is in my recommendations. 😂
@likewealwaysdo
@likewealwaysdo 3 жыл бұрын
nahh. *_BRAD_* is tracking u 😂
@Nobody-md5kt
@Nobody-md5kt 3 жыл бұрын
I learned React first, but I think I'm going to use Vue from now on. The simplicity of it all just makes me really happy.
@infinityApologeticsClips
@infinityApologeticsClips 3 жыл бұрын
Yep and no silly JSX using map, the code is so much cleaner in Vue :)
@conatus1789
@conatus1789 2 жыл бұрын
This is really good! Thanks a lot
@tossichugs
@tossichugs Жыл бұрын
Very useful intro to Vue for me. Definitely helped to clarify why some of the things I was trying to implement in my first Vue project weren’t working as expected. Also appreciated how you broke down your components and showed consideration for resusability of your code (the button in particular).
@billjenner4374
@billjenner4374 3 жыл бұрын
Brad, You have some great MERN classes on Udemy. I prefer Vue over React. Would you ever consider a MEVN course on Udemy?
@DS-ie1zq
@DS-ie1zq 2 жыл бұрын
Great Tutorial! One of the most efficient tutorials I've seen in terms of relevant information per minute.
@pizzapanni
@pizzapanni 3 жыл бұрын
"We'll make sam female " For some reason this made me crack up 😂
@olatunbosundare6073
@olatunbosundare6073 3 жыл бұрын
Me too... sounded like "We'll make some female"...
@blasm1713
@blasm1713 3 жыл бұрын
You're the best explaining, no, really. I've watched other tutorials in english, spanish and french, not only it is well explained but well structured as well. Thanks a lot!!
@mohamedshuaau632
@mohamedshuaau632 3 жыл бұрын
“I hope nobody gets offended by that” That right there sums up this generation and the current state we live in
@TraversyMedia
@TraversyMedia 3 жыл бұрын
Haha, right?
@vulva_chakra
@vulva_chakra 3 жыл бұрын
​@@TraversyMedia You wouldn't understand because probably everyone you know is very similar to you, but I don't want to watch my friends suffer. These kids are not offended by what you say, just hurt, and that hurt piles up everyday with the smallest of comments. There's just no need to laugh about something that's literally killing children/teens. For informational purposes, really great tutorial. I know you're creative enough to think of adding a different color for the picture that people can choose, but instead you said i hope nobody gets offended. you can even just say it out loud to be more inclusive, it really isnt hard. i think you just have a bit of internalized transphobia. Take it easy!
@i0x37
@i0x37 2 жыл бұрын
@@vulva_chakra This reply sums up this generation and the current state we live in. Accusing someone of 'transphobia' because they put the colors that have represented the 2 genders that exist (not talking about the hundreds of others that people make up for attention) for many centuries! I think you're just hurt :)
@mohammadshahalam9847
@mohammadshahalam9847 Жыл бұрын
This is the best Vue js crash course I've ever seen. Thank you for the wonderful course. ❤️
@mangasprai
@mangasprai 3 жыл бұрын
me: I know Vue and JS... he: trows async function with await... wait what??
@stellak.6095
@stellak.6095 3 жыл бұрын
You mean you didn't know async-await, or? I'm a bit confused by your comment :/
@BobbyBundlez
@BobbyBundlez 3 жыл бұрын
u dont know modern JS if u dont know async await. nuff said
@louvcx701
@louvcx701 3 жыл бұрын
HAHAHHA same
@stellak.6095
@stellak.6095 3 жыл бұрын
@@BobbyBundlez Seriously.
@BobbyBundlez
@BobbyBundlez 3 жыл бұрын
@@stellak.6095 no disrespect to the person who commented that but ya... lol
@SouthernSeneca
@SouthernSeneca 3 жыл бұрын
Just love how you explain things, just becomes so easier to work with things.
@Partyboy420
@Partyboy420 Жыл бұрын
Everytime I think I understand it I don't understand it
@tech-adventurer
@tech-adventurer 2 жыл бұрын
I am a huge fan of yours!!! Started with Udemy, and now anywhere I come across your videos I just need to check it! Thank you for your existence 🚀
@Caelgut
@Caelgut 3 жыл бұрын
About to head on to a project that uses Vue frontend and Strapi backend and as a former educator let me just commend you on your teaching methods! Really superb. I learned a lot. Thank you!
@markbalazo1914
@markbalazo1914 3 жыл бұрын
I just finished the tutorial in 3 days to better understand the concept. This is a clear and concise tutorial. Thank you so much!
@akshaymishra5263
@akshaymishra5263 3 жыл бұрын
It's like you read my mind Brad, I am learning vue js and just finished your todo app vue js course two days ago and now you've made a new video🙌🏻
@gabrielx95
@gabrielx95 2 жыл бұрын
Best tutorial in the world. Im starting a new software role in two weeks, needed to learn vue and this is an amazing jumping off point! Thanks!
@SLRModShop
@SLRModShop 3 жыл бұрын
If you're having an issue around 40:00 with v-for, wrap the div in another div like so: template div div key='task.id' v-for'task in tasks" h3 {task.text} h3 div div template and you're good to go! From what I understand, the first div created (in that case the one you've added) needs to be unique/alone. Because the v-for was about to create 3 of them, it wouldn't work. Inside the new div, you can have as many as you want but no other div can be at the same level as the one you've added for this fix. Make sure to read replies to this comment if there are any as I'm only a few hours into my learning so, don't take this as Gospel ;)
@lovro5110
@lovro5110 3 жыл бұрын
I had the same problem today. I added binding with the id, and then it worked, but in VS code that line of code still had a warning. Adding an extra div around that one fixed everything :)
@omuk4584
@omuk4584 2 жыл бұрын
Thanks big time. Was stuck and didn't know a way out
@msc-clk
@msc-clk 2 жыл бұрын
Man geez, I must say, KUDOS TO YOU. This vid is lit by all means and thought me a lot. I just looking for some sources for my web project and accidentally clicked this video and now I know sth about Vue though. Thanks man, this is priceless for the software community. Thank you a lot!
@shinobi77
@shinobi77 3 жыл бұрын
I'm using vuejs for over a year, and I can say it's much easier than Angular & React and it's lightweight, compiles faster than the others. Although I have subscribed to some online courses but honestly I'm waiting for your video about composition api 😄 You have a way of simplyfing explanation which makes it easy to understand. Cheers
@megr
@megr 3 жыл бұрын
Watched the whole video. This is just a great tutorial for me as I'm jumping into FrontEnd after 7 years on the BackEnd. Thanks a lot!
@joemaffei
@joemaffei 2 жыл бұрын
My reaction: 46:36 "the icons need to be buttons for accessibility" 46:41 "nooooo...." Besides that tiny detail, awesome tutorial as always. Thank you for the great content!
@N0151
@N0151 3 жыл бұрын
I watched the whole video, I'm initiating with Vue and could learn a lot, and developed the application using Typescript. Thanks for the Crash Course.
@KendaBeatMaker
@KendaBeatMaker 2 жыл бұрын
i'm 1hr 13 minutes in and i've learn way more than i should in a 1hr video, you are a god!
@jeffery_tang
@jeffery_tang 3 жыл бұрын
went through the entire vid, i feel so much more comfortable with vue now
@sebastiancastillo3560
@sebastiancastillo3560 3 жыл бұрын
This is GOLD !! The perfect way to teach. Quick and clear. I'm linking Vue with Django Rest and everything is going great. Thank you very much Brad!👌
@flavioarantesdoamorimbarce95
@flavioarantesdoamorimbarce95 3 жыл бұрын
Thank you so much for sharing it. I used Vue in version 2 about 4 years ago, now I'm starting to learn it again and this video was a booster into this process.
Vue.js Crash Course 2024
2:56:44
Traversy Media
Рет қаралды 280 М.
Vuex Crash Course | State Management
1:01:19
Traversy Media
Рет қаралды 401 М.
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,6 МЛН
Vue 3 Crash Course | Project From Scratch
1:58:46
John Komarnicki
Рет қаралды 105 М.
Express Crash Course
1:46:11
Traversy Media
Рет қаралды 139 М.
10 Signs Your Software Project Is Heading For FAILURE
17:59
Continuous Delivery
Рет қаралды 38 М.
I just tried o3-mini
6:31
ThePrimeTime
Рет қаралды 214 М.
React JS Crash Course
1:48:48
Traversy Media
Рет қаралды 3,4 МЛН
Vue.js: The Documentary
34:45
Honeypot
Рет қаралды 1,6 МЛН
Vue.js Course for Beginners [2021 Tutorial]
3:39:56
freeCodeCamp.org
Рет қаралды 1,3 МЛН
The Importance of Specialization in Coding
7:13
Traversy Media
Рет қаралды 244 М.
Async JS Crash Course - Callbacks, Promises, Async Await
24:31
Traversy Media
Рет қаралды 1,4 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН