Vuetube – Video resources that will help you to improve your Vue skills
11–20 of 23 posts
Re: Vuetube – Video resources that will help you to improve your Vue skills
#12I'm curious if someone used vue with django and how's their experience
Re: Vuetube – Video resources that will help you to improve your Vue skills
#13I'm curious if someone used vue with django and how's their experience
You can checkout the source at: https://github.com/rkcf/dailio
And here's a good article for setting a vue/django project up: https://ariera.github.io/2017/09/26/django-webpack-vue-js-se...
Re: Vuetube – Video resources that will help you to improve your Vue skills
#14Re: Vuetube – Video resources that will help you to improve your Vue skills
#15Another good vue resource is on laracasts which is mostly free. The short URL is vuecasts.com which just redirects to the following: https://laracasts.com/series/learn-vue-2-step-by-step
A pleasure to watch and try.
Re: Vuetube – Video resources that will help you to improve your Vue skills
#16Can anyone share his/her experience using Vuetify?
I’m generally happy and would recommend especially for smaller projects or situations where you don’t have a lot of time to build out your own components. I can see where my limits will be with the framework, but I won’t hit those till I have the funding / revenue to justify needing to overcome those.
Re: Vuetube – Video resources that will help you to improve your Vue skills
#17Can anyone share his/her experience using Vuetify?
Almost done porting over my entire product to vuetify, after having used “rapid rails” during the original prototyping phase I did during the first 9 months of company existence. I was a Vue newb in October of last year, and now feel very comfortable within the framework, and vuetify fits well underneath Vue. I’m generally happy and would recommend especially for smaller projects or situations where you don’t have a…
Re: Vuetube – Video resources that will help you to improve your Vue skills
#18As a jQuery diehard, I recently hit the wall with it and decided to work with Vue instead. Looking at what I have learnt so far. I really wish I moved to webpack, npm and Vue a year ago now. It's nothing short of amazing! The Net Ninja does VueJS 2 and Vuex tutorials with a lot of great content. Helped me getting up to speed fast and being able to move across easily. I do see his series in the list, but starts at epi…
Did you see the Vue CLI v3 yet? It's an even nicer experience because it manages your entire stack for you so you can focus on developing!
Re: Vuetube – Video resources that will help you to improve your Vue skills
#19Earlier quoted context omitted.
Almost done porting over my entire product to vuetify, after having used “rapid rails” during the original prototyping phase I did during the first 9 months of company existence. I was a Vue newb in October of last year, and now feel very comfortable within the framework, and vuetify fits well underneath Vue. I’m generally happy and would recommend especially for smaller projects or situations where you don’t have a…
What limits do you see?
My iteration philosophy though is to release first, get feedback, then look at where something custom might most benefit my end users, rather than focus on the customization up front. Sometimes the component just doesn't matter as much as I thought it would, so the custom work doesn't matter. Other times it ends up being interacted with a ton, so optimizing the experience makes a lot of sense.
Re: Vuetube – Video resources that will help you to improve your Vue skills
#20Earlier quoted context omitted.
Did you see the Vue CLI v3 yet? It's an even nicer experience because it manages your entire stack for you so you can focus on developing!
Does it require node adoption for the back end?