Skip to content

Laravel Jetstream Inertia with vue-cli #566

Answered by reinink
Sairahcaz asked this question in Help (Vue)
Discussion options

You must be logged in to vote

So, from what I understand, vue-cli is a tool for scaffolding a client-side only Vue application. It has no server-side component. Meaning if you need data, you'll need to connect an API...which is why this setup doesn't make sense with Inertia.js.

Inertia is meant to be used within a server-side monolith application, such as Laravel or Rails, or even a Node based framework.

I think a better way of getting some of the functionality of vue-cli with Inertia is by using Vite. People are already using Vite with Inertia.

Hope that helps!

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@bill-dou
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Sairahcaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants