#Laravel & VueJS
5 messages · Page 1 of 1 (latest)
It does work when I also run php artisan serve in a different window
But shouldn't it work without it ?
Run both at the same time, my understanding is that npm run dev is essentially using Vite to host resources like your app.css
I noticed this when loading my application via php artisan serve but none of my Tailwind classes were being applied. Npm run also allows hot reloading
Alright thnx