Vue JS Crash Course

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ • 1,1 тис.

  • @plumpdolphin
    @plumpdolphin 3 роки тому +163

    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 роки тому +282

    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 роки тому +26

      Traversy is more addictive than weed. same hapend with me.

    • @TraversyMedia
      @TraversyMedia  3 роки тому +61

      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 роки тому +1

      T t
      Ym ym

    • @bobcwang
      @bobcwang 3 роки тому +1

      T t
      Ym ym

    • @justme3894
      @justme3894 3 роки тому +4

      @@TraversyMedia Sooo many dam technologies to accomplish the same goals, it gets really confusing for starters

  • @jeffreyambayec4491
    @jeffreyambayec4491 3 роки тому +18

    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 роки тому +7

    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 роки тому +8

    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!

  • @andrelncampos
    @andrelncampos 10 місяців тому +4

    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 роки тому +3

    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

  • @HeyStanleey
    @HeyStanleey 3 роки тому +214

    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 роки тому +2

      did you build any project with Vuejs ?

    • @popoduck8309
      @popoduck8309 3 роки тому +7

      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 роки тому +4

      ​@@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 роки тому +1

      Yeah, same here.... Still not finished yet, but it helps a lot in understanding and gaining process! Thx a lot!! This is awesome!

  • @oussamachahidi9201
    @oussamachahidi9201 3 роки тому +45

    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 роки тому +1

      yeap ... i watch crash course to get a overview . then going to full course.

  • @Scy
    @Scy 2 роки тому +2

    Thanks for not trying to teach programming from scratch like every other tutorial. Straight to the point.

  • @dustincintron1682
    @dustincintron1682 3 роки тому +82

    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

  • @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.

  • @alexanderzharkov6953
    @alexanderzharkov6953 3 роки тому +9

    There is only one thing left to say after watching the video till the end: Thank you, Brad!

  • @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!!!

  • @dirkbertels3872
    @dirkbertels3872 2 роки тому +18

    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 Рік тому +1

      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 10 місяців тому

      Yes!!!

  • @fcosantos
    @fcosantos 3 роки тому

    I'm brazilian guy and I starting code with VueJS.
    I was lost and found this channel, OMG.
    Thanks, very thanks!

  • @assefatedla6681
    @assefatedla6681 3 роки тому +13

    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 роки тому +1

      Thanks :) I appreciate that

    • @oao1786
      @oao1786 Рік тому

      Tell me other good instructor on UA-cam.

  • @CHPdBest
    @CHPdBest 8 місяців тому

    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!

  • @codeaperture
    @codeaperture 3 роки тому +8

    Is been a while. Traversy media was my first love in web development and I always like his magical and elegant code

  • @JamesAutoDude
    @JamesAutoDude 2 роки тому

    The fact that the website loaded your changes without refreshing the page was legit!!! I'm excited lol

  • @seetlive
    @seetlive 2 роки тому +4

    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

  • @igde
    @igde 9 місяців тому

    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! .)

  • @kendedetar
    @kendedetar 3 роки тому +34

    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 роки тому +6

      Every programming language is scary at beginning. Don't give up. 💪😎

    • @clay9228
      @clay9228 5 місяців тому

  • @lkagan2000
    @lkagan2000 Рік тому

    The perfect refresher for someone who hasn't touched Vue in 6 months. Thanks!

  • @deivitsalazar1991
    @deivitsalazar1991 3 роки тому +21

    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.

  • @bobbuilder6846
    @bobbuilder6846 2 роки тому +1

    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!

  • @manfrom20xx13
    @manfrom20xx13 3 роки тому +128

    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 роки тому +8

      GO AND BUILD STUFFS IN VUE NOW!

    • @whaileee9749
      @whaileee9749 3 роки тому +2

      Also watched the whole thing. I share your excitement!!!

    • @cryptoboy1461
      @cryptoboy1461 3 роки тому +1

      Calm down shequila

  • @solsnnr
    @solsnnr 2 роки тому +1

    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.

  • @mylesdavies9476
    @mylesdavies9476 3 роки тому +23

    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

  • @kizomanizo
    @kizomanizo 3 роки тому +1

    I 'Vue' occasionally, I still use this tutorial as my go-to guide before googling most basic tricks. Very nice narration!

  • @bailimohamedali1466
    @bailimohamedali1466 3 роки тому +8

    man, now what's missing is an Angular crash course 2021. great work!

  • @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.

  • @AlexGBY9
    @AlexGBY9 3 роки тому +4

    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

  • @corbynaltman1020
    @corbynaltman1020 2 роки тому +1

    Over a year later and still one of the best vue videos

  • @Stoney_Eagle
    @Stoney_Eagle 3 роки тому +214

    What a timing, I'm concidering using VueJs for my frontend 😉

    • @maskman4821
      @maskman4821 3 роки тому +15

      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 роки тому +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 роки тому +5

      @@maskman4821 Maximillian also has a great Vue course. He covers everything

    • @sakibullah3577
      @sakibullah3577 3 роки тому

      @@maskman4821 thanks for info man! i appreciate it

  • @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!

  • @jelenar1108
    @jelenar1108 3 роки тому +45

    I love all of your tutorials, you always explain everything so great!

  • @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.

  • @milos018
    @milos018 3 роки тому +4

    Great job showing Vue in such a short time. Just a thought - you can use event modifiers instead of e.preventDefault() inside the method

  • @hannahdecoder6487
    @hannahdecoder6487 2 роки тому +1

    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

  • @wen-tungwen9446
    @wen-tungwen9446 3 роки тому +14

    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 роки тому +1

      I always wanted to go to china :)

    • @salillakra
      @salillakra Рік тому

      ​@@i0x37☠️

    • @romanempire3517
      @romanempire3517 Рік тому +2

      ​@@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 Рік тому +1

      ​@@i0x37Why are you such a dip?

  • @KapnKregg
    @KapnKregg 3 роки тому

    Dude just taught more about Vue for free, and in under 2 hours, than sites I've signed up on that cost nearly $50 bucks a month. Traversy rocks.

  • @MrDFJohnson
    @MrDFJohnson 3 роки тому +51

    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 !!!

  • @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..

  • @musangowope5556
    @musangowope5556 3 роки тому +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

  • @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!

  • @yaroslavkniaziev1045
    @yaroslavkniaziev1045 3 роки тому +12

    The excitement on my face when I saw the notification...

  • @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.

  • @harounekechaoui8232
    @harounekechaoui8232 3 роки тому +4

    i was waiting for it, gotta open visual studio code and start. thanks brad

  • @Nobody-md5kt
    @Nobody-md5kt 3 роки тому +2

    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.

  • @DaDa-gr7cy
    @DaDa-gr7cy 3 роки тому +11

    Liked before watching, your crash courses are ALWAYS amazing. Thanks a lot ❤

  • @tech_tips0117
    @tech_tips0117 2 роки тому +1

    This is definitely the best channel for learning frontend coding

  • @mrcavior7943
    @mrcavior7943 3 роки тому +4

    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 роки тому +6

      Yeah, Vue definitely cuts out all the bullcrap and makes creating UIs really easy

  • @victorrono7841
    @victorrono7841 3 роки тому +1

    Exactly what I was looking for. Just finished watching the older vue Js tutorial last night and it was very educative.

  • @carolinec4978
    @carolinec4978 3 роки тому +3

    Love hearing that intro jingle - you just know good video content is coming your way!

  • @ViorelMocanu
    @ViorelMocanu 3 роки тому +2

    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.

  • @cuervowebdesign9356
    @cuervowebdesign9356 2 роки тому +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.

  • @dani2500d
    @dani2500d Рік тому +1

    Great tutorial!
    Perfect for developers that haven't touched VueJS for a few years

  • @sanketmathur3072
    @sanketmathur3072 3 роки тому +22

    I just wanna say thank you for making this.

    • @Fun-io9kv
      @Fun-io9kv 3 роки тому

      Yea specially in english

  • @SLRModShop
    @SLRModShop 3 роки тому +1

    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

  • @mircast0
    @mircast0 3 роки тому +6

    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. :)

  • @markbalazo1914
    @markbalazo1914 2 роки тому

    I just finished the tutorial in 3 days to better understand the concept. This is a clear and concise tutorial. Thank you so much!

  • @jemaleakil7620
    @jemaleakil7620 3 роки тому +9

    Thank you so much Brad! You are my favorite Instructor

  • @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).

  • @dbybanez
    @dbybanez 3 роки тому +8

    I'm a normal person. I see a new video from Brad, I hit like.

  • @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!

  • @squirrelboy001
    @squirrelboy001 3 роки тому +3

    Really great tutorial! Clear, straight to the point and covering a lot of useful concepts in detail. Thanks so much!

  • @UnderGun81
    @UnderGun81 3 роки тому +1

    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.

  • @ayushsoni146
    @ayushsoni146 3 роки тому +15

    UA-cam algorithms and Google tracking man. I just searched Vue on Google and here it is in my recommendations. 😂

  • @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 🚀

  • @billjenner4374
    @billjenner4374 3 роки тому +7

    Brad, You have some great MERN classes on Udemy. I prefer Vue over React. Would you ever consider a MEVN course on Udemy?

  • @shauntonesify
    @shauntonesify 3 роки тому +1

    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.

  • @codelta2
    @codelta2 3 роки тому +6

    Thank you brad! Highly appreciate your great work that we all benefit from 😊

  • @jeffery_tang
    @jeffery_tang 3 роки тому

    went through the entire vid, i feel so much more comfortable with vue now

  • @SwapnilSoni
    @SwapnilSoni 3 роки тому +12

    Omg you're reading my mind!! I was eagerly waiting for this ❤️

  • @aniefiokasuquo4781
    @aniefiokasuquo4781 2 роки тому

    Trust me, ths is the best vuejs crash courses I have come across on UA-cam. But am hhaving issues with the REST API on my PC.

  • @GTsurwa
    @GTsurwa 3 роки тому +5

    Vue gets some love as well. Been waiting for this.
    Thank you, times infinity, Brad 👍🏿.

  • @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!!

  • @donl.a.6045
    @donl.a.6045 3 роки тому +9

    Just what I was looking for. thank you!

  • @SouthernSeneca
    @SouthernSeneca 3 роки тому

    Just love how you explain things, just becomes so easier to work with things.

  • @TechBunch
    @TechBunch 3 роки тому +20

    WooHoo, Boss is back!!!

  • @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🙌🏻

  • @mohamedshuaau632
    @mohamedshuaau632 3 роки тому +4

    “I hope nobody gets offended by that”
    That right there sums up this generation and the current state we live in

    • @TraversyMedia
      @TraversyMedia  3 роки тому +2

      Haha, right?

    • @d1m216
      @d1m216 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 роки тому

      @@d1m216 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 :)

  • @JamesTomassoni
    @JamesTomassoni Рік тому +1

    If you're getting an issue with access denial, it's likely because AirPlay receiver runs on on port 5000, if you change the port in the package.json to 5001, everything should work.

  • @trueNahobino
    @trueNahobino 2 роки тому +5

    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 Рік тому +1

      i faced the same issue, realised that my vue.config.js was not in the root folder

    • @trueNahobino
      @trueNahobino Рік тому

      @@asuraxsoul_junjie2051 hm. Will try that next time I'm using Vue

    • @revisionnaire
      @revisionnaire Рік тому

      i have that erro with 403 and idk y 😭

  • @Jackdisc567
    @Jackdisc567 3 роки тому +1

    after seeing your tutorials it is difficult for me to like other UA-camr videos, thanks for such a crystal tutorial

  • @pizzapanni
    @pizzapanni 3 роки тому +5

    "We'll make sam female "
    For some reason this made me crack up 😂

  • @michaelgraflmusic
    @michaelgraflmusic 2 роки тому

    I wish all tutorial were as structured and straight to the point as this one.

  • @conatus1789
    @conatus1789 Рік тому +3

    This is really good! Thanks a lot

  • @mohammadshahalam9847
    @mohammadshahalam9847 Рік тому +1

    This is the best Vue js crash course I've ever seen.
    Thank you for the wonderful course. ❤️

  • @Partyboy420
    @Partyboy420 Рік тому +10

    Everytime I think I understand it I don't understand it

  • @DS-ie1zq
    @DS-ie1zq 2 роки тому +2

    Great Tutorial! One of the most efficient tutorials I've seen in terms of relevant information per minute.

  • @mangasprai
    @mangasprai 3 роки тому +10

    me: I know Vue and JS... he: trows async function with await... wait what??

    • @stellak.6095
      @stellak.6095 3 роки тому +2

      You mean you didn't know async-await, or? I'm a bit confused by your comment :/

    • @BobbyBundlez
      @BobbyBundlez 3 роки тому +1

      u dont know modern JS if u dont know async await. nuff said

    • @louvcx701
      @louvcx701 3 роки тому +1

      HAHAHHA same

    • @stellak.6095
      @stellak.6095 3 роки тому +1

      @@BobbyBundlez Seriously.

    • @BobbyBundlez
      @BobbyBundlez 3 роки тому

      @@stellak.6095 no disrespect to the person who commented that but ya... lol

  • @gusjaka
    @gusjaka 2 роки тому +1

    This is the ideal course, and it arrived at at the correct moment. In the near future, I'll be working on an existing vue project. This lesson is a fantastic way to reintroduce yourself to vue.

  • @miles611
    @miles611 3 роки тому

    After going through all the Vue docs, the whole event emitting upwards through components still wasn't clear to me.
    You've made it super simple to understand, thanks a lot mate :)

  • @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!

  • @pradikapratama9895
    @pradikapratama9895 3 роки тому +1

    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

  • @_elguet5787
    @_elguet5787 3 роки тому

    Took me a week of inneficient studing to complete this, because i i didnt know enought, and a weekend doing it quite faster cause the train i got in the week. Great tutorial, thanks..!

  • @comunicloud30
    @comunicloud30 2 роки тому +1

    Amazing crash course. I need to learn VUE ASAP cause I got a new job, this course was a jump ahead. Thank you Brad. You rock!

  • @rbdevelopment
    @rbdevelopment 2 роки тому +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 🤟