在 GitHub 上查看
目录
Bootstrap 表格源代码下载包括预编译的 CSS、JavaScript、本地化文件和扩展,提供编译和压缩版本,以及文档。
预编译 Bootstrap 表格
更具体地说,它包括以下内容:
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/
文件夹包含我们文档的源代码。除此之外,其他任何包含的文件都支持包、许可信息和开发。