Im amaze of how structured you teach the subject. Aside from this free lecture, we appreciate that you dont just blurt out concepts. It is obvious that you took time outlining everything you want to say. Thank you.
Here from The Odin Project. Thank you for the thorough tutorial. The hard work that you must have put in shows. I pray God continues to do great things through you. God bless!
honestly, you are one of the best teachers out there. I recommend your channel to everyone I know! This kind of depth for free is just fascinating. Thank you so much for doing this!
47:32 Validation doesn't pop until the user actually starts typing so you can submit zero chrs if you press enter on the empty field. Maybe set it to focus==true, so it pops as soon as user selects the input field? And above it, since history might pop in dropdown below and cover the message. Nevertheless, great intro tutorial!
This is a great video! 5th time lucky with installing Vue2 JS. With other videos I had console error after console error. However, after following your video it finally all worked without any problems each step of the way. In addition, you have a great teaching method which is nice & clear. Thank you for very much for sharing. Great work.
This is really useful. Thanks a lot uploading this tutorials. According to 34:49 I tried by giving strings names instead of vue's embedded style attributes just like in normal css and it worked well for me. for an example: v-bind:style="{'background-color': bgColor}" And I'm still following this course because this is very useful and easy to understand. You're a really good teacher. keep teaching! Thanks.
This was great. Very easy to understand, i've watched a lot of vuejs tutorials but couldn't really grasp the concept of components, etc, but this made it really clear to me. Thank you.
For anybody that's having issue with adding router code and gets error: The "Skills" component has been registered but not used (vue/no-unused-components). In our App.vue in our tag we don't need import Skills anymore, and we don't need export components: Skills, becasue the router does that for us. Your code should look like this:
Still having this issue :( vue.runtime.esm.js?2b0e:619 [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option. found in --->
this no longer working with v3 import VeeValidate from 'vee-validate'; Vue.use(VeeValidate); solution install v 2.2.15 npm i vee-validate@2.2.15 and run rpm update
Had to quit the video on the minute 27 I was getting more confuse by the minute. Looking for a more newbie friendly tutorial (if exists). Thank you for your content, I am sure is helping many many people.
Awesome Gary - I've had a look at a few videos and this is by far THE BEST one on Vue, thoroughly enjoyed it and I learned a lot, well done and keep making awesome courses!
Wow, tutorials just had the bar raised! Loved the written portion!!! I'll definitely be subscribing and looking for more content. May I suggest NativeScript + Vue? Hope your throat gets better, you might want to disinfect that mic. :-)
Great tutorial. Helped me a lot. I found, however, that you should not use the index as the key in the list v-for loop. When it comes time to animate, it produces some unexpected behavior on the animation. You should use a non-dynamic value instead.
Hello there! First of all thank you for the vid. It's very Informative and easy to understand, great job! I just began learning Vue and have a couple of questions. I'd be really pleased if you can help me out :) I tried to implement my own `remove` item from list, but I tried `() => remove(index)` because I expected that just `remove(index)` would execute immediately after component mounted. Why it works then? Another question is after we added an item into the list and then clicked to `About` I assume that `Skills` component is being dismounted and so out brand new skill-item is being destroyed. How can we prevent this and save our new items? Again thanks for your work!
If you run into the following error with the Vue Compiler while doing the transition-group for the animation: "-Do not use v-for index as key on children, this is the same as not using keys." Change the following in the v-for from :key='index' to :key='data.skill'
Outstanding tutorial for beginners! I wish you had covered few more in-depth topics like adding jquery dependent plugins as a directive, how to do simple $http request! I know this is for pure beginners but that will much appreciated if u do!
This is the best tutorial video i've watched in months, thank you so much. BTW, how did you manage Cmder to show unicode characters (Like "❯" arrow in vue cli)? It shows question marks on my computer.
Thanks for this introductory video! Hope your bronchitis is gone. I'm really looking forward towards learning vuejs because I like it, everyone's talking about and I want to be able to talk about it as well.
Great tutorial! I like that you went quickly into the CLI and single file components. Is Vuex what is necessary in order to have newly-added items persist if you go to About and then back Home? Currently the list is reset to the original skills array.
Awesome tutorial. Does any of your courses cover how to deploy a VUE Project in a real server? Is it possible to deploy it in a Linux Server? or... What would you recommend?
Im amaze of how structured you teach the subject. Aside from this free lecture, we appreciate that you dont just blurt out concepts. It is obvious that you took time outlining everything you want to say. Thank you.
Can't believe this is free, considering the quality and depth.
Kunule Imbayi i know right, amazing
You paid by watching the video, thanks to ads. That’s mostly how he makes money from this. I think.
RUclips doesn't pay that well. With 124k views he has right now, he maybe made 300 bucks.
As a developer, I think too much software and lectures are given away for free. That press our salaries down. We are worth more.
@@malinyamato2291 If it wasn't for all the free software and lectures, you wouldn't be as good, and that would also depress your salary.
Here from The Odin Project. Thank you for the thorough tutorial. The hard work that you must have put in shows. I pray God continues to do great things through you. God bless!
This was the only tutorial I found that clearly explained the basics of Vue to Frontend beginners.
honestly, you are one of the best teachers out there. I recommend your channel to everyone I know! This kind of depth for free is just fascinating. Thank you so much for doing this!
Ty!
Love this channel. For every major framework tutorial, all of the major concepts are explained and coded clearly. Super like :)
Thanks man!
The love I have for this channel can't be measured by words
47:32 Validation doesn't pop until the user actually starts typing so you can submit zero chrs if you press enter on the empty field. Maybe set it to focus==true, so it pops as soon as user selects the input field? And above it, since history might pop in dropdown below and cover the message.
Nevertheless, great intro tutorial!
One of the best tutorials I have seen online. Thanks very much for this, worked without a hitch.
This is a great video! 5th time lucky with installing Vue2 JS. With other videos I had console error after console error. However, after following your video it finally all worked without any problems each step of the way. In addition, you have a great teaching method which is nice & clear. Thank you for very much for sharing. Great work.
Thanks man!
Excellent 1-hour prog delivered by a very good presenter - the pacing was just right.
This is really useful. Thanks a lot uploading this tutorials.
According to 34:49 I tried by giving strings names instead of vue's embedded style attributes just like in normal css and it worked well for me.
for an example: v-bind:style="{'background-color': bgColor}"
And I'm still following this course because this is very useful and easy to understand.
You're a really good teacher. keep teaching!
Thanks.
This was great. Very easy to understand, i've watched a lot of vuejs tutorials but couldn't really grasp the concept of components, etc, but this made it really clear to me. Thank you.
My first learning Vue.js. Very organized and easy lecture! Thank you!
This is a well-done video. From an older embedded systems developer, it's a great fit for adding to my skills. Thank you!
Words cannot express for how well you described Vue.js thank you.
For anybody that's having issue with adding router code and gets error: The "Skills" component has been registered but not used (vue/no-unused-components).
In our App.vue in our tag we don't need import Skills anymore, and we don't need export components: Skills, becasue the router does that for us.
Your code should look like this:
Home
About
export default {
name: 'app',
}
thank u god bless you
Still having this issue :(
vue.runtime.esm.js?2b0e:619 [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
--->
this no longer working with v3
import VeeValidate from 'vee-validate';
Vue.use(VeeValidate);
solution
install v 2.2.15
npm i vee-validate@2.2.15
and run
rpm update
thanks for the head up. Official release of V3 is Q12020. Isnt there any plans for VeeValidate to get compliant with Vue v3 by then?
thank you mate, you're my hero!
you saved another live! thx !
You are the best ! Thanks for spending all your time to explain it to us. Greetings from Argentina !.
Brilliant Course! Helped me a lot in setting up my first project, especially after i grasped a few basic from books that i read.
More informative session, learned major concepts in 1 hour. I love it. Thanks Gary.
I was using props in react for a while too. When you said "props, that's short for properties" my mind just went OMG, OF COURSE.
Thanks a lot, Gary. You helped me to go through Vue quicky and effectively. Appreciate this channel
Gary, your courses are fabulous. This one is no exception. Thank you.
Had to quit the video on the minute 27 I was getting more confuse by the minute. Looking for a more newbie friendly tutorial (if exists).
Thank you for your content, I am sure is helping many many people.
This is the best Vue.js course on youtube, Thanks a lot!!
Your voice is so soothing to hear. Thank you for making this video
For an hour, that covered a lot of ground. Thanks Gary.
This is one of the best free contents I have come across! Thanks a lot!
Awesome Gary - I've had a look at a few videos and this is by far THE BEST one on Vue, thoroughly enjoyed it and I learned a lot, well done and keep making awesome courses!
Thanks man... You've risen my interest on learning vue.js
This is super cool. You are explaining everything well. waiting for more Vue courses.
Can't believe this is free! wow! you are indeed a hero!
Hi Edward Norton, thanks for sharing!
Really it's difficult to believe that this video is free ... keep doing the good work
After starting to use Pug, I can't imagine banging out all those angle brackets. So glad Vue lets you use Pug
Thank you very much, I'm used to using Vue as standalone or CDN, you helped me to start using the CLI easy and fast, brilliant
At 24:52 your example says "more than 1 skill" but your code is >= 1, so it would be "at least 1 skill"
Im confused at first why the v-else doesn't work but I figure out that there's something wrong on the condition.
I let it go as > 1 :D
you should do >= 2, if you want to active the else statement. >= 1 statement will appear if you don't have an item on your array.
You're a professional and simply the best.. thanks Sir!
Very good and short introduction to Vue.js.
Clear recommendation for all Beginners!
The best intro to Vue.
Really love your tutorials, Gary. Huge fan ☺️
Thank you ! My English is not very good, but I'm studying it, because your tutorials are very good!
Wow, tutorials just had the bar raised! Loved the written portion!!! I'll definitely be subscribing and looking for more content. May I suggest NativeScript + Vue? Hope your throat gets better, you might want to disinfect that mic. :-)
the tutorials on the official vue website are pretty awesome too
Thank you. I was totally new in vue js. It is so interesting. You tutorial is awesome and amazing. Thanks once again
This was really great for an old python user. Great to start out with js and Vue.js,
Thanks!
very simple, very straightforward, Gigantically helpful! thanks!
Great intro to Vue in such short time Thanks !
I watched till the end. Thx so much for keeping it free for us here and in the Udemy. I learned a lot :))
Amazing course, easy to follow and well explained. Thank you!
I'm shocked this content is free for the amount of quality information. Thank you!
Im a noob and I learned alot on this video, thanks dude!
Excellent course! Really really excellent! I have fallen in love with Vue!
this video is perfect for someone coming from react. thank you
Great tutorial. Helped me a lot. I found, however, that you should not use the index as the key in the list v-for loop. When it comes time to animate, it produces some unexpected behavior on the animation. You should use a non-dynamic value instead.
Awesome course! Great launch into Vue! Thank you so much!
Hello there! First of all thank you for the vid. It's very Informative and easy to understand, great job! I just began learning Vue and have a couple of questions. I'd be really pleased if you can help me out :)
I tried to implement my own `remove` item from list, but I tried `() => remove(index)` because I expected that just `remove(index)` would execute immediately after component mounted. Why it works then?
Another question is after we added an item into the list and then clicked to `About` I assume that `Skills` component is being dismounted and so out brand new skill-item is being destroyed. How can we prevent this and save our new items?
Again thanks for your work!
This is the best Vue tutorial!
Very nice course. I learned a lot. Really appreciate it!
WOW, thanks! This was an EXCELLENT tutorial!!!
Very useful tutorial for beginners level
If you run into the following error with the Vue Compiler while doing the transition-group for the animation: "-Do not use v-for index as key on children, this is the same as not using keys." Change the following in the v-for from :key='index' to :key='data.skill'
I had that, issue.. and what made it work was to add +1 after index.
Great introduction to Vue! Thanks
Outstanding tutorial for beginners! I wish you had covered few more in-depth topics like adding jquery dependent plugins as a directive, how to do simple $http request! I know this is for pure beginners but that will much appreciated if u do!
Great tutorial. Helped me getting started! Thanks a lot!
Awesome, thanks a lot. Make sure you subscribe!
Suggest that you add some explanation of the relationship between the v- directives and which HTML elements they go with.
Thanks for sharing. Very knowledgeable.
excellent stuff. Routers was my favorite...crazy powerful
Thank you so much for sharing this!! It was very useful for me! Clearly explained :)
This is an amazing tutorial. Thanks, Gary
Amazing video! Another great tutorial! Thanks again for putting these together!
Very nice tutorial. Hungry for some more with API data, authentication, etc. :-)
Thank you a lot. You're very good at teaching!
Awesome stuff and even for free. Really appreciated
Thank you so much! This exactly what I was looking for.
Excellent intro. Thank you!
Thanks so much for imprehensive 1 hour tut! ;)
This is the best tutorial video i've watched in months, thank you so much. BTW, how did you manage Cmder to show unicode characters (Like "❯" arrow in vue cli)? It shows question marks on my computer.
Thanks sir, its good starting point!! Love it!
amazing course! amazing instructor. thank you!!
Highly recommended! Kudos!
Very good one Garry, loved it
Great coursse. Definitely learned a lot in a short amount of time.
Play @2x. Great crash course!
Thank you sir. I shall also buy one of your courses. I have subscribed and like this video. Thanks.
Great intro to vue - thanks
Great tutorial. I just noticed that VeeValidator is letting empty strings through its validation.
Thanks for the tutorial. It was really good!
Thanks for this introductory video! Hope your bronchitis is gone. I'm really looking forward towards learning vuejs because I like it, everyone's talking about and I want to be able to talk about it as well.
Hell yeah, to favorite, like and waiting to have time to view your class.
Amazing tutorial!! Loved it.
Absolutely brilliant. Thank you.
Great tutorial! I like that you went quickly into the CLI and single file components. Is Vuex what is necessary in order to have newly-added items persist if you go to About and then back Home? Currently the list is reset to the original skills array.
Great tutorial, thank you very much.
Awesome tutorial. Does any of your courses cover how to deploy a VUE Project in a real server? Is it possible to deploy it in a Linux Server? or... What would you recommend?
Really well made and useful tutoral. Well done ! I will subscribe to this channel. :)
Great Tutorial! Thank you so much!
thanks. i love your tutorials.
Great video ! Thank you for your help