Live data from Hacker News

Vuetube – Video resources that will help you to improve your Vue skills

vuetube.surge.sh

11–20 of 23 posts

Re: Vuetube – Video resources that will help you to improve your Vue skills

#12
post #11

I'm curious if someone used vue with django and how's their experience

I have! It works very well together. We use Django Rest Framework to set up our APIs and haven’t had any issues. Anything in particular you’re worried about that I can help answer?

Re: Vuetube – Video resources that will help you to improve your Vue skills

#13
post #11

I'm curious if someone used vue with django and how's their experience

Currently building a webapp with vue/django and I'm loving it. The project was fast and simple to setup. Even though it is my first time using a js frontend framework, I found it very easy to learn.

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

#15
post #3

Another 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

This is incredibly well done. The teaching approach is top-notch, focusing on small concepts in each video.

A pleasure to watch and try.

Re: Vuetube – Video resources that will help you to improve your Vue skills

#16
post #14

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

#17
post #16
post #14

Can 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…

What limits do you see?

Re: Vuetube – Video resources that will help you to improve your Vue skills

#18
post #7

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

Does it require node adoption for the back end?

Re: Vuetube – Video resources that will help you to improve your Vue skills

#19
post #17
post #16

Earlier 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?

Just limitations around the component library. I find myself making certain product decisions because I get something "for free" with the framework, versus closer to what I know would be right for my use case (but require me to write my own component).

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

#20
post #18
post #7

Earlier 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?

No. My own backend is split between Laravel (php) for an API and GoLang for a job + message queue.
Post reply on HN