Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.75 KB

requiredJSlibs.md

File metadata and controls

26 lines (21 loc) · 1.75 KB

Required Javascript libraries

The following table provides a list of the required third party Javascript libraries.

All libraries have to be located in src/main/resources/static/lib. You have to recompile the whole project every time you modify the contents of this folder.

Alternativly to downloading all the required third party libraries you may also edit the index file and add them via a cdn.

Library name Version
Bootstrap (incl. Slider) > 4.3.1
Datatables (incl. jquery support) 1.10.18
font-awesome 4.7.0
i18n.js LATEST
jquery 3.3.1
Leaflet (incl. Easybutton) 1.5.1
math.js 6.2.2
moment.js (incl. "timezone-with-data" and "locales") LATEST
Popper.js LATEST
Tempus Dominus (incl. support for Bootstrap 4) LATEST
Tether LATEST
vis.js LATEST

You may alter the versions as you like, but these are the ones that worked for us.