下载
下载Bootstrap Table以获取已编译的CSS和JavaScript,源代码,或将其包含在您最喜欢的包管理器中,如npm,bowser等。
源代码
源CSS,JavaScript,语言环境和扩展,以及我们的文档。
通过GitHub克隆
UNPKG
UNPKG的人们慷慨地为CSS和Bootstrap Table的JavaScript提供CDN支持。只需使用这些链接。
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.15.3/dist/bootstrap-table.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://unpkg.com/bootstrap-table@1.15.3/dist/bootstrap-table.min.js"></script>
<!-- Latest compiled and minified Locales -->
<script src="https://unpkg.com/bootstrap-table@1.15.3/dist/locale/bootstrap-table-zh-CN.min.js"></script>
程序包管理器
NPM
使用npm安装和管理Bootstrap Table的CSS,JavaScript,语言环境和扩展。
npm install bootstrap-table
bower
使用bower安装和管理Bootstrap Table的CSS,JavaScript,语言环境和扩展。
bower install bootstrap-table