This website requires JavaScript.
Explore
Help
Register
Sign In
nailaoyun
/
nl-admin-api
Watch
1
Star
0
Fork
0
You've already forked nl-admin-api
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
bc03c8d748da8a49e10d0ea405c438497fa8cfce
nl-admin-api
/
resources
/
css
/
app.css
4 lines
59 B
CSS
Raw
Normal View
History
Unescape
Escape
Add Tailwind, "composer run dev" (#6463) This PR does two things... First, it adds a basic Tailwind configuration out of the box. This lets you start using Tailwind immediately without installing any starter kit. Useful if you just want to mess around or build things from scratch. Second, it adds a composer run dev script, which starts php artisan serve, php artisan queue:listen --tries=1, php artisan pail (now a dev dependency by default), and npm run dev all in one command, with color coded output in the terminal using concurrently.
2024-10-10 14:21:56 -05:00
@
tailwind
base
;
@
tailwind
components
;
@
tailwind
utilities
;
Reference in New Issue
Copy Permalink