Created
July 25, 2022 07:08
-
-
Save sawirricardo/474d8de338ead83ecd3e418ba6e0bfe5 to your computer and use it in GitHub Desktop.
Laravel almost must use npm install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm i -D tailwindcss; | |
npm i -D @tailwindcss/forms; | |
npm i -D @tailwindcss/typography; | |
npm i -D postcss; | |
npm i -D autoprefixer; | |
npm i -D alpinejs; | |
npm i -D @alpinejs/focus; | |
npm i -D tippy.js; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment