DDEV, Craft, Vite, Tailwind Boilerplate from Scratch
We install the Craft Vite plugin and configure it to work with our project's Vite setup.
Vite was built for JavaScript applications, not a PHP application like Craft CMS. Because of that, we have to connect Vite and Craft CMS using the Craft Vite plugin by NyStudio107 (who is also the co-instructor of this course!).
Without the Craft Vite plugin, we would need to manually manage Vite’s asset URLs, conditionally load the dev server, and ensure proper cache busting for production builds. The plugin simplifies this process, making it easier to work with modern front-end tools in a Craft CMS environment.
DDEV, Craft, Vite, Tailwind Boilerplate from Scratch is made up of the following videos: