-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tailwind css library and plugin support. #90
Comments
@monjurmorshed793 i think you might want Quarkus Quinoa which is for NodeJS and already has instructions for using with Angular, React etc. |
As @melloware said, there is a decision point to choose between Quinoa and the Web Bundler:
Note that it is possible (and fairly easy) to switch from one to the other, the resulting app is the same. In your case, I am having a look at the Tailwind css to see if it can fit the Web Bundler and I'll let you know. Regarding React, it works for light web-app: https://github.com/ia3andy/quarkus-bundler-react. I'll try to create an example app with Angular. |
Regarding Tailwind CSS, since it requires a esbuild plugin to work, it is currently not possible to use it with the esbuild CLI (used by the web-bundler), we are looking into allowing plugins (evanw/esbuild#3327). So Quinoa is your best option for now :) |
Currently the documentation is not so helpful, that's why I have added the issue here. Tailwind css requires nodejs, also a config file is needed, so is it possible to add it using web-bundler? Also request for making the documentation more helpful by adding different sections for mostly used libraries (like react, angular or others).
The text was updated successfully, but these errors were encountered: