Home > Web Front-end > JS Tutorial > How to download popper.js

How to download popper.js

anonymity
Release: 2019-05-29 15:34:43
Original
8457 people have browsed it

popper.js is used in bootstrap 4.0, but due to network reasons, dropdown may not be able to find popper.js?

How to download popper.js

dropdown The solution for popper.js cannot be found: How to download popper.js?

In the recent project, bootstrap was upgraded from version 3.3.7 to version 4.0

It was found that dropdown could not find popper.js

Solution: npm install -save popper

After downloading, check the dist directory of the node_modules file

There are two directories in the root directory, one is umd and the other is esm. In addition, there is popper.js# in the root directory.

##If it is the loading method of
Latest Issues
What are JavaScript hook functions?
From 1970-01-01 08:00:00
0
0
0
What is JavaScript garbage collection?
From 1970-01-01 08:00:00
0
0
0
c++ calls javascript
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template