This repo is to demonstrate the issue discussed at JonasKruckenberg/imagetools#396
Instructions to run the project
- Rename
.env.exampleto.env - Run
composer install - Run
npm install - Run
php artisan key:generate - Run
php artisan servein a terminal and keep it open - In another terminal run
npm run devand also keep it open - Visit the url given by the
servecommand (step 5) - You can see the image fails to load since it's going through
vite-imagetoolsplugin via the?webp - The file you want to edit/play with is
resources/views/pages/welcome.vue
Obviously you also need to have node, npm, composer and php installed on your machine.
Languages
PHP95.5%TypeScript2.0%Shell1.1%Vue0.8%Blade0.4%JavaScript0.2%CSS0.1%
Contributors
Created January 21, 2023
Updated January 21, 2023