What is the use of npm.js in bootstrap?

What is the meaning of the npm.jsincluded file.

require('../../js/transition.js')
require('../../js/alert.js')
require('../../js/button.js')
require('../../js/carousel.js')
require('../../js/collapse.js')
require('../../js/dropdown.js')
require('../../js/modal.js')
require('../../js/tooltip.js')
require('../../js/popover.js')
require('../../js/scrollspy.js')
require('../../js/tab.js')
require('../../js/affix.js')

Do I need to include files or upload them?

+4
source share

Source: https://habr.com/ru/post/1668242/


All Articles