Laravel Starter App with Snowpack
Laravel Starter App with Snowpack
Compile within Seconds
Caveats
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
Requirements
- php 8.0 +
- vue 3
- node v14.16.0
- yarn
Installation
- Clone repo
git clone REMOTE_URL
- Install PHP Dependencies
composer install
- Install Node Packages
yarn
Development
- run
yarn dev
- Edit
Home.vue
and test tailwind css class change with HMR
Production build
- run
yarn build
License
The Laravel framework is open-sourced software licensed under the MIT license.