我们网站上绝大多数页面只使用GRID和NAVBAR.我们在每个页面上加载所有jQuery和bootstrap.min.js是没有意义的. 实际上,唯一需要的JS是用于处理移动请求中NAVBAR的打开/关闭的js. 有没有人创建了
实际上,唯一需要的JS是用于处理移动请求中NAVBAR的打开/关闭的js.
有没有人创建了一个最小的,小的.js来处理这个?
我找到了一堆Bootstrap 3,但我没有看到Bootstrap 4.
谢谢
是!你可以用这个:https://thednp.github.io/bootstrap.native/v4.html
随着cdn
<script type="text/javascript" src="http://img.558idc.com/uploadfile/allimg/210612/1035363147-0.jpg"></script>
随着npm
运行命令:
npm install https://github.com/thednp/bootstrap.native
并导入:
var bsn = require('bootstrap.native/dist/bootstrap-native-v4');