Setting up Inertia.js, Vue, and Laravel with Vite #518
skegel13
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I really wanted to play around with Vite to see if I could use it in place of Laravel Mix. I created the following repository to show a basic Laravel installation using Sail and the Breeze Inertia stack with Laravel Mix replaced with Vite. So far it is working very well for me. You should be able to follow along the commits to see what I did.
https://github.com/skegel13/inertia-vite
I am sure there could be some improvments and optimizations, so let me know if you find anything. This article was invaluable for getting started: https://owenconti.com/posts/replacing-laravel-mix-with-vite/.
Beta Was this translation helpful? Give feedback.
All reactions