Logo
Explore Help
Register Sign In
lq/im-demo-server
1
0
Fork 0
You've already forked im-demo-server
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
79a94de4dd55e151987a1a7c69a161d3666fa889
im-demo-server/postcss.config.js

7 lines
93 B
JavaScript
Raw Normal View History

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
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 25.5.0 Page: 28ms Template: 1ms
English
English 简体中文 繁體中文(台灣) 繁體中文(香港)
Licenses API