VUE.JS 2 FRONTEND 1/3 | Laravel + Angular 2 / Vue.js 2

preview_player
Показать описание


See you in the videos!
Рекомендации по теме
Комментарии
Автор

Looking forward to seeing token based authentication being implemented with vue.js

kamalpandey
Автор

I couldn't understand your folders creation. First, have you created a laravel project with its routes and then you've created another folder by vuejs using the same routes created by laravel?

pazfelipe
Автор

Awesome ! your my favorite.. the best in youtube

lowelled
Автор

JUST what I was looking for lol can't believe how lucky that is.

akaHyped
Автор

Max, what framework do you like more: Angular or Vuejs? I have some Angular experience and I'm not confident whether should I start to learn Vuejs. I find angular-cli very comfortable to make big projects and do not know anything about Vuejs's scalability. Sorry if I made some grammar mistakes) Very hope that you'll answer me

bakhtiyardabylov
Автор

Hi, cool tutorial, but how can you add bootstrap.css and bootstrap.js and jquery with npm install and than include them in vue cli and nice place to write sass in cli except components, Thanks and keep up with super tuts.

gkarann
Автор

I'd love a tutorial on how to implement a login/register/authentication system with Laravel and Vue with an API. I'm not sure how to safely store the client ID and client secret for OAuth authentication within Vue. My guess is I need to somehow proxy the requests from Vue to OAuth. Not sure how to do this though.

CastleMatch
Автор

Great!!! When you upload videos using vuejs in blade php?

marcinmaj
Автор

Wouldn't Lumen be a better choice for building API instead of Laravel?

RaghavJajodia
Автор

Hey, Maximilian!
Do you have plans (or is it even possible) to release tutorials for mobile app (more interested in iOS) development using Laravel (as backend) and Vue.js (as frontend) - it would be just great!

Operaatoors
Автор

Thank you so much! Great teacher and content.

Mango_out_of_my_way
Автор

great tutorial, thanks for these useful videos

Techafric
Автор

Max, I solve the problem, Thanks anyway

jerrycrest
Автор

Error: network Error
Stack trace:
i think that is problem with url, because my vue is on localhost:8080, and Laravel backend is on some other port, because I am on virtual machine.
Help please

marijanmilovec
Автор

This tutorial is fucking awesome, man! I like this.

toanhuynh
Автор

When I try this, I got this error in console,

what would be the best method to solve this? how about by implementing CORS in laravel ?

uptrendtrading
Автор

Is this a brand new project or am supposed to install vuejs in the laravel application or this is a brand new project all together?

elvisadjei
Автор

Hello. Can someone give me an advise how to connect bootstrap with webpack? I know, that I can connect it directly with cdn, however, I want to do it across webpack. But I cannot find the manual for vue webpack-sli.

JenechekDv
Автор

I got a problem with the axios post, this doesn't allows me to send the request. And searching i found that is the cors. Is a problem between the laravel backend and the front vue js, because are in separated URL's. I canceled the cors with an extension for chrome, that's fine this?. Very good videos, thanks!

juanjosserand
Автор

You choose axios to work with http, could be Jquery Ajax or XHTML request with JavaScript or It' s not possible? It's Just to understand better what I need to make request.

quicksketch