How can I separate the Frontend from Laravel? #345
andresh0816
started this conversation in
General
Replies: 1 comment
-
You can create your own dashboard as most operations are performed on the api endpoint. But for separating vue.js, you'll have to edit all the views output. I believe for now it's a hard task. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to separate Vue.js from Laravel for be more modular. How can I do it?
Beta Was this translation helpful? Give feedback.
All reactions