tighten / jigsaw

Simple static sites with Laravel’s Blade.
https://jigsaw.tighten.com
MIT License
2.11k stars 181 forks source link

Add Vite template #640

Open alphaolomi opened 2 years ago

alphaolomi commented 2 years ago

As the the official Vite integration has been shipped, on initial thoughts Jigsaw can utilize Vite for working with frontend assets

See: Laravel Docs (Bundling Assets (Vite))

bakerkretzmar commented 1 year ago

We're going to make a site template that uses Vite but I just want to clarify that there's nothing stopping you from using Vite with Jigsaw right now, you can already get rid of Mix, swap it out for Vite, or use any other build tool you want.

codegeek1001 commented 7 months ago

Hi, even though one can replace mix with vite themselves, I am wondering if there is any plan to do this enhancement officially ? If you are open to a pull request, I am happy to work on it but wanted to double check.

benmcm1994 commented 2 months ago

Anyone got a guide to move to vite? Can't seem to get it to work myself.