Di tin dɛn we de insay
Diskova wetin de insay Bootstrap, inklud wi prɛkompayl ɛn sɔs kɔd flawa dɛn.
Bootstrap we dɛn dɔn kɔmpilayt bifo tɛm
We yu dɔn dawnlod am, pul di kɔmprɛs fɔlda ɛn yu go si sɔntin lɛk dis:
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
Dis na di mɔs besik fɔm fɔ Bootstrap: prɛkompayl fayl dɛn fɔ kwik drɔp-in yuz insay klos to ɛni wɛb prɔjek. Wi de gi kɔmpilayt CSS ɛn JS ( bootstrap.*
), ɛn bak kɔmpilayt ɛn minifyed CSS ɛn JS ( bootstrap.min.*
). sɔs map dɛn ( bootstrap.*.map
) de fɔ yuz wit sɔm brɔuza dɛn divɛlɔpa tul dɛn. Bundled JS fayl dɛn ( bootstrap.bundle.js
ɛn minified bootstrap.bundle.min.js
) inklud Popper .
CSS fayl dɛn
Bootstrap inklud wan handful of opshon fɔ inklud sɔm ɔ ɔl wi kɔmpilayt CSS.
CSS fayl dɛn | Dizayn | Satisfay | Di tin dɛn we de insay di bɔdi | Yutiliti dɛn |
---|---|---|---|---|
bootstrap.css
bootstrap.rtl.css
bootstrap.min.css
bootstrap.rtl.min.css
|
Insay de insay | Insay de insay | Insay de insay | Insay de insay |
bootstrap-grid.css
bootstrap-grid.rtl.css
bootstrap-grid.min.css
bootstrap-grid.rtl.min.css
|
Na grid sistem nɔmɔ | — | — | Na onli fleks yutiliti dem |
bootstrap-utilities.css
bootstrap-utilities.rtl.css
bootstrap-utilities.min.css
bootstrap-utilities.rtl.min.css
|
— | — | — | Insay de insay |
bootstrap-reboot.css
bootstrap-reboot.rtl.css
bootstrap-reboot.min.css
bootstrap-reboot.rtl.min.css
|
— | Na Riboot nɔmɔ | — | — |
JS fayl dɛn
Semweso, wi gɛt opshɔn fɔ put sɔm ɔ ɔl di JavaSkript dɛn we wi dɔn kɔmpilayt.
JS fayl dɛn | Popa we dɛn kɔl Popper |
---|---|
bootstrap.bundle.js
bootstrap.bundle.min.js
|
Insay de insay |
bootstrap.js
bootstrap.min.js
|
— |
Bootstrap sɔs kɔd
Di Bootstrap sɔs kɔd dawlod gɛt di CSS ɛn JavaSkript ɛset dɛn we dɛn dɔn kɔmpilayt bifo tɛm, wit sɔs Sass, JavaSkript, ɛn dɔkyumentri. Fɔ tɔk mɔ, i gɛt dɛn tin ya ɛn ɔda tin dɛn:
bootstrap/
├── dist/
│ ├── css/
│ └── js/
├── site/
│ └──content/
│ └── docs/
│ └── 5.0/
│ └── examples/
├── js/
└── scss/
Di scss/
ɛn js/
na di sɔs kɔd fɔ wi CSS ɛn JavaSkript. Di dist/
fɔlda gɛt ɔltin we de na di say we dɛn dɔn pul bifo tɛm fɔ dawnlod ɔp. Di site/docs/
fɔlda gɛt di sɔs kɔd fɔ wi dɔkyumentri, ɛn examples/
fɔ Bootstrap yuz. Bifo dat, ɛni ɔda fayl we de insay de gi sɔpɔt fɔ pakej dɛn, laysens infɔmeshɔn, ɛn divɛlɔpmɛnt.