Mataupu
Su'esu'e mea o lo'o aofia i totonu o Bootstrap, e aofia ai a matou mea'ai fa'apipi'i muamua ma fa'ameamea.
Bootstrap muai tuufaatasia
A maeʻa ona sii mai, tatala le faila compressed ma o le a e vaʻai i se mea e pei o lenei:
bootstrap/
├── css/
│ ├── bootstrap-grid.css
│ ├── bootstrap-grid.css.map
│ ├── bootstrap-grid.min.css
│ ├── bootstrap-grid.min.css.map
│ ├── bootstrap-grid.rtl.css
│ ├── bootstrap-grid.rtl.css.map
│ ├── bootstrap-grid.rtl.min.css
│ ├── bootstrap-grid.rtl.min.css.map
│ ├── bootstrap-reboot.css
│ ├── bootstrap-reboot.css.map
│ ├── bootstrap-reboot.min.css
│ ├── bootstrap-reboot.min.css.map
│ ├── bootstrap-reboot.rtl.css
│ ├── bootstrap-reboot.rtl.css.map
│ ├── bootstrap-reboot.rtl.min.css
│ ├── bootstrap-reboot.rtl.min.css.map
│ ├── bootstrap-utilities.css
│ ├── bootstrap-utilities.css.map
│ ├── bootstrap-utilities.min.css
│ ├── bootstrap-utilities.min.css.map
│ ├── bootstrap-utilities.rtl.css
│ ├── bootstrap-utilities.rtl.css.map
│ ├── bootstrap-utilities.rtl.min.css
│ ├── bootstrap-utilities.rtl.min.css.map
│ ├── bootstrap.css
│ ├── bootstrap.css.map
│ ├── bootstrap.min.css
│ ├── bootstrap.min.css.map
│ ├── bootstrap.rtl.css
│ ├── bootstrap.rtl.css.map
│ ├── bootstrap.rtl.min.css
│ └── bootstrap.rtl.min.css.map
└── js/
├── bootstrap.bundle.js
├── bootstrap.bundle.js.map
├── bootstrap.bundle.min.js
├── bootstrap.bundle.min.js.map
├── bootstrap.esm.js
├── bootstrap.esm.js.map
├── bootstrap.esm.min.js
├── bootstrap.esm.min.js.map
├── bootstrap.js
├── bootstrap.js.map
├── bootstrap.min.js
└── bootstrap.min.js.map
Ole faiga sili lea ole Bootstrap: faila fa'apipi'i muamua mo le fa'aogaina vave i totonu o le toetoe lava o so'o se poloketi i luga ole laiga. Matou te tuʻuina atu CSS tuʻufaʻatasia ma JS ( bootstrap.*
), faʻapea foʻi ma CSS tuʻufaʻatasia ma faʻaititia ma JS ( bootstrap.min.*
). O fa'afanua fa'apogai ( bootstrap.*.map
) o lo'o avanoa mo le fa'aoga i nisi mea faigaluega a le au su'esu'e. O faila JS faʻapipiʻi ( bootstrap.bundle.js
ma faʻaititia bootstrap.bundle.min.js
) e aofia ai Popper .
faila CSS
O le Bootstrap e aofia ai le tele o filifiliga mo le aofia ai o nisi poʻo uma o matou CSS tuʻufaʻatasia.
faila CSS | Fa'atulagaina | Anotusi | Vaega | Utilities |
---|---|---|---|---|
bootstrap.css
bootstrap.rtl.css
bootstrap.min.css
bootstrap.rtl.min.css
|
E aofia ai | E aofia ai | E aofia ai | E aofia ai |
bootstrap-grid.css
bootstrap-grid.rtl.css
bootstrap-grid.min.css
bootstrap-grid.rtl.min.css
|
Na'o le grid system | — | — | Na'o mea fa'aoga felefele |
bootstrap-utilities.css
bootstrap-utilities.rtl.css
bootstrap-utilities.min.css
bootstrap-utilities.rtl.min.css
|
— | — | — | E aofia ai |
bootstrap-reboot.css
bootstrap-reboot.rtl.css
bootstrap-reboot.min.css
bootstrap-reboot.rtl.min.css
|
— | Na'o le Toe Toe | — | — |
JS faila
E fa'apena fo'i, e iai a matou filifiliga mo le fa'aofiina o nisi po'o a matou JavaScript tu'ufa'atasi uma.
JS faila | Popper |
---|---|
bootstrap.bundle.js
bootstrap.bundle.min.js
|
E aofia ai |
bootstrap.js
bootstrap.min.js
|
— |
Bootstrap source code
The Bootstrap source code download includes the precompiled CSS and JavaScript assets, along with source Sass, JavaScript, and documentation. More specifically, it includes the following and more:
bootstrap/
├── dist/
│ ├── css/
│ └── js/
├── site/
│ └──content/
│ └── docs/
│ └── 5.1/
│ └── examples/
├── js/
└── scss/
The scss/
and js/
are the source code for our CSS and JavaScript. The dist/
folder includes everything listed in the precompiled download section above. The site/docs/
folder includes the source code for our documentation, and examples/
of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.