I want to extract the css of Ant Design, because it looks good, but I want to use JAVA as the backend.
I want to extract the css of Ant Design, because it looks good, but I want to use JAVA as the backend.
you don't need to extract it, just go to the official website to download the compressed css
.Previous: How to return promise for dispatch effects in dva1.x version
Next: Comparison of common ways to determine the size of the timestamp type of oracle accurate to the date
for example, according to the documentation, after the introduction of antd on demand, it is no longer necessary to manually import the antd.css file, and the css, of antd will only be loaded when referencing to the antd component . then I define a com...