Ihirangi
Tirohia nga mea kei roto i te Bootstrap, tae atu ki a maatau mea kua oti te whakahiato me te tohu tohu.
Bootstrap kua whakahiato-mua
Kia tikiakehia, wetewetehia te kōpaki kōpeke ka kite koe i tetahi mea penei:
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
Koinei te ahua tino taketake o Bootstrap: ko nga konae kua oti te whakahiato mo te whakamahi tere ki roto tata ki nga kaupapa tukutuku. Ka whakaratohia e matou te CSS me te JS kua whakaemihia ( bootstrap.*
), me te CSS me te JS kua whakaemihia me te whakaiti ( bootstrap.min.*
). Ko nga mapi puna ( bootstrap.*.map
) e waatea ana mo te whakamahi me etahi taputapu kaiwhakawhanake a nga kaitirotiro. Ko nga konae JS kua whakauruhia ( bootstrap.bundle.js
me te iti bootstrap.bundle.min.js
) kei roto ko Popper .
Kōnae CSS
Kei roto i a Bootstrap etahi momo whiringa hei whakauru i etahi, i te katoa ranei o a maatau CSS kua whakahiato.
Kōnae CSS | Tahora | Ihirangi | Waehanga | Nga taputapu |
---|---|---|---|---|
bootstrap.css
bootstrap.rtl.css
bootstrap.min.css
bootstrap.rtl.min.css
|
Kei roto | Kei roto | Kei roto | Kei roto |
bootstrap-grid.css
bootstrap-grid.rtl.css
bootstrap-grid.min.css
bootstrap-grid.rtl.min.css
|
Pūnaha mātiti anake | — | — | Ko nga taputapu ngawari anake |
bootstrap-utilities.css
bootstrap-utilities.rtl.css
bootstrap-utilities.min.css
bootstrap-utilities.rtl.min.css
|
— | — | — | Kei roto |
bootstrap-reboot.css
bootstrap-reboot.rtl.css
bootstrap-reboot.min.css
bootstrap-reboot.rtl.min.css
|
— | Whakahou anake | — | — |
JS kōnae
Waihoki, kei a maatau nga whiringa mo te whakauru i etahi, te katoa ranei o a maatau JavaScript kua whakahiato.
JS kōnae | Popper |
---|---|
bootstrap.bundle.js
bootstrap.bundle.min.js
|
Kei roto |
bootstrap.js
bootstrap.min.js
|
— |
Waehere puna Bootstrap
Kei roto i te tango waehere puna Bootstrap nga rawa CSS me JavaScript kua oti te whakarite, me te puna Sass, JavaScript, me nga tuhinga. He mea nui ake, kei roto ko nga mea e whai ake nei me etahi atu:
bootstrap/
├── dist/
│ ├── css/
│ └── js/
├── site/
│ └──content/
│ └── docs/
│ └── 5.1/
│ └── examples/
├── js/
└── scss/
Ko te scss/
me js/
te waehere puna mo a maatau CSS me JavaScript. Kei dist/
roto i te kōpaki nga mea katoa kua whakarārangihia ki te waahanga tangohanga kua oti te whakahiato i runga ake nei. Kei site/docs/
roto i te kōpaki te waehere puna mo a maatau tuhinga, me examples/
te whakamahi a Bootstrap. I tua atu i tera, ko etahi atu konae kua whakauruhia he tautoko mo nga kete, nga korero raihana me te whanaketanga.