How do you manage components such as Bootstrap and jQuery in javaweb development using a template engine?

when using the template engine to develop web applications, the css or js used will be downloaded in advance and placed in the project"s fixed directory, such as bootstrap and jQuery, and so on. There are usually a lot of such documents. Whether there is a way not to download in advance, similar to the background maven management dependence, download when needed, so that the project is smaller and easier to move.


cdn is fine jqury bootstrap all have

Menu