Answer the question
In order to leave comments, you need to log in
How to properly use laravel in conjunction with vue.js?
Good afternoon everyone!
Trying vue.js with laravel. I liked the idea of components, that one component contains everything you need:
<template>
...
</template>
<scripts>
...
</scripts>
<styles>
...
</styles>
<template>
? {!! Form::open(...) !!}
<styles>
? Answer the question
In order to leave comments, you need to log in
And why do you need a blade? If you use Vue, then you don't need a blade at all. Unless to display the base template, everything else is loaded via JS. This is how it's done in Angular, and should be done here as well, but I could be wrong.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question