This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
web:new [2023-10-26 20:37] – created admin | web:new [2024-01-12 22:07] (current) – [Setting up a new website] admin | ||
---|---|---|---|
Line 3: | Line 3: | ||
* node modules: issue following commands in root of website: | * node modules: issue following commands in root of website: | ||
* Bootstrap: '' | * Bootstrap: '' | ||
- | * JQuery: '' | + | * JQuery: '' |
+ | * iziToast: '' | ||
+ | * js-cookie: '' | ||
+ | * luxon: '' | ||
+ | * formvalidation: | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * sortableJS: [[sortablejs.github.io/ | ||
+ | * '' | ||
+ | * '' | ||
+ | * clipboardJS: | ||
+ | * vanillajs-datepicker: | ||
+ | * Important: stopPropagation if used in a modal (to prevent actions like loading and submitting to happen automatically in the modal): | ||
+ | * < | ||
+ | e.stopPropagation(); | ||
+ | });</ | ||
+ | * tinyMCE: '' | ||
+ | * Bootstrap customization | ||
+ | * Create ''/ | ||
+ | * composer modules: issue following commands in root of website: | ||
+ | * simpleMysqli: | ||
+ | * phpMailer: '' | ||
+ | * Use https:// | ||
+ | * Add Material Symbols Rounded Google font [[https:// | ||
+ | * plugins | ||
+ | * clockpicker: | ||
+ | * use jQuery clockpicker (Bootstrap clockpicker does not work in Bootstrap 5) + adapt '' |