laravel-frontend-presets / tailwindcss

A Tailwind CSS frontend preset for the Laravel Framework

Home Page:https://laravel-frontend-presets.github.io/tailwindcss/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How does this package update the npm assets when running composer update

abishekrsrikaanth opened this issue · comments

Just trying to understand if the developer needs to do anything in addition when we run composer update on a laravel project. Do we have to run npm install after running composer update?

commented

In the readme is says to run npm install && npm run dev to install tailwind components and to include them in CSS same as normal laravel/ui package.