For production you need to use webpack small price to pay Well if your not using snowpack in dev you always pay the price anyway :p
This is a working Example of Snowpack with Laravel , Inertia Js And Vue3
- php 8.0 +
- vue 3
- node v14.16.0
- yarn
- Clone repo
git clone REMOTE_URL
- Install PHP Dependencies
composer install
- Install Node Packages
yarn
- run
yarn dev
- Edit
Home.vue
and test tailwind css class change with HMR
- run
yarn build
The Laravel framework is open-sourced software licensed under the MIT license.