Thank you soo much. Excited for more videos on spring-boot with vue.
@walterdiaz20033 жыл бұрын
I'm a big fan of Java streams and lambdas. I work with Symfony framework (php) I decided to use it as front end framework. Now I build apis in Spring boot and I consumed them in Symfony + Vuejs.
@karthikrt96904 жыл бұрын
Hey, it was a great video. I came to know vue at least some basics in a less time span. I was trying to learn spring on my own with thymeleaf, and was stuck and didn't go forward. Now i can use this alternate stuff and build my own application. Thanks a lot.
@MirekKrenc4 жыл бұрын
Hi, thank you for the tutorial. It was my first look into vue js with Spring Boot.
@eduardoreis24954 жыл бұрын
Thanks Dan, this video was my first contact with Vue js!
@vas_g4 жыл бұрын
Thanks, amazing content!
@DanVega4 жыл бұрын
Glad you liked it!
@HaiNguyen-xw4ep4 жыл бұрын
Thank you! Succinct and very helpful tutorial. Hope to see more from you.
@DanVega4 жыл бұрын
Thank you for your kind words. Are you interested in more Spring Boot + Vue tutorials?
@happychristian13893 жыл бұрын
I'm trying to work on put and patch with axios but it's throwing invalid cors request..any solution?
@jasonpeh72334 жыл бұрын
Good Stuff! Really helped me alot! Thanks!
@vgorbatikov4 жыл бұрын
Cool video. Thank you.
@DanVega4 жыл бұрын
Thanks for watching!
@pavanjumar73734 жыл бұрын
Hi, Can you please provide the source code location of above tutorial.
@andmal84 жыл бұрын
Hello @Dan Vega! Thank you so much for the video - it is great :) Could you please tell if you have a tutorial on the topic of choosing the correct way of combining frameworks? E.g: when it is better to use Spring Boot as backend and Vue injected in HTML or when to use SB maven plugin to have 2 frameworks in one synchronized or when SB is not needed and REST can be done through Express for Vue etc. :) Thank you!
@DanVega4 жыл бұрын
That is a loaded question so I will give you a short answer and then put together a video to answer this in detail. In short I usually create a REST API in Spring Boot that many applications can connect to so it is separate of any front-end code. This could be done in something like Express but I love Spring so It's what I usually reach for. I will try and come up with a list of when to use one over the other and put it on my backlog of videos to make! Thanks for watching and the comment.
@andmal84 жыл бұрын
@@DanVega Thanks a lot for your time and answer!! Will be really happy to see the video in the future :)
@noopurp1234 жыл бұрын
What about Vue Router and Vuex? Can I use them with this setup?
@DanVega4 жыл бұрын
Yes, you can have a front end application that uses vue router and vuex and just uses Spring Boot for the backend API.
@cafeta4 жыл бұрын
Great video.
@DanVega4 жыл бұрын
Thank you, glad you enjoyed it.
@jeanrodrigosantos2854 жыл бұрын
Hello Dan Vega, What's the name of this theme that you are using?
@DanVega4 жыл бұрын
Synthwave 84... I actually have a video coming up this week about that and how to find new themes.
@malinyamato22913 жыл бұрын
would love this in Kotlin.
@mateuszblog954 жыл бұрын
add to pom.xml / build.gradle Spring Boot Developer Tools dependancy
@a_spire3 жыл бұрын
hi could you please elaborate?
@bunggoonesixeight89205 жыл бұрын
Do not make views in folders front-end
@DanVega5 жыл бұрын
Can you elaborate on that, please? There is no folder here called front-end?