Bootstrap Table 源代码下载包括预编译的 CSS、JavaScript、本地化文件、扩展,并提供编译和压缩的多种变体,以及文档。

预编译的 Bootstrap Table

更具体地说,它包括以下内容及更多:

bootstrap-table/
└── dist/
    ├── extensions/
    ├── locale/
    ├── bootstrap-table-locale-all.js
    ├── bootstrap-table-locale-all.min.js
    ├── bootstrap-table.css
    ├── bootstrap-table.min.css
    ├── bootstrap-table.js
    └── bootstrap-table.min.js

dist/ 文件夹包含了从 src/ 编译和压缩的所有内容。为了便于使用,我们还将所有本地化文件编译到一个文件 bootstrap-table-locale-all.js 中。

源代码

bootstrap-table/
├── site/
└── src/
    ├── extensions/
    ├── locale/
    ├── bootstrap-table.css
    └── bootstrap-table.js

src/locale/extensions/ 是我们的 CSS 和 JS 的源代码。site/ 文件夹包含我们文档的源代码。除此之外,任何其他包含的文件都支持包、许可证信息和开发。