Cuntenuti
Scopre ciò chì hè inclusu in Bootstrap, cumpresi i nostri sapori precumpilati è codice fonte. Ricurdativi, i plugins JavaScript di Bootstrap necessitanu jQuery.
Bootstrap precumpilatu
Una volta scaricatu, scumpressate u cartulare cumpressu è vi vede qualcosa cum'è questu:
bootstrap/
├── css/
│ ├── bootstrap-grid.css
│ ├── bootstrap-grid.css.map
│ ├── bootstrap-grid.min.css
│ ├── bootstrap-grid.min.css.map
│ ├── bootstrap-reboot.css
│ ├── bootstrap-reboot.css.map
│ ├── bootstrap-reboot.min.css
│ ├── bootstrap-reboot.min.css.map
│ ├── bootstrap.css
│ ├── bootstrap.css.map
│ ├── bootstrap.min.css
│ └── bootstrap.min.css.map
└── js/
├── bootstrap.bundle.js
├── bootstrap.bundle.js.map
├── bootstrap.bundle.min.js
├── bootstrap.bundle.min.js.map
├── bootstrap.js
├── bootstrap.js.map
├── bootstrap.min.js
└── bootstrap.min.js.map
Questa hè a forma più basica di Bootstrap: i fugliali precompilati per un usu di drop-in rapidu in quasi ogni prughjettu web. Furnemu CSS è JS compilati ( bootstrap.*
), è ancu CSS è JS ( bootstrap.min.*
) compilati è minificati. I mape di fonte ( bootstrap.*.map
) sò dispunibuli per l'usu cù certi strumenti di sviluppatore di navigatori. I fugliali JS bundle ( bootstrap.bundle.js
è minificati bootstrap.bundle.min.js
) includenu Popper , ma micca jQuery .
I schedari CSS
Bootstrap include una manciata di opzioni per include alcuni o tutti i nostri CSS compilati.
I schedari CSS | Disposizione | Cuntinutu | Cumpunenti | Utilità |
---|---|---|---|---|
bootstrap.css
bootstrap.min.css
|
Inclusu | Inclusu | Inclusu | Inclusu |
bootstrap-grid.css
bootstrap-grid.min.css
|
Solu sistema di griglia | Micca inclusu | Micca inclusu | Solu utilità flex |
bootstrap-reboot.css
bootstrap-reboot.min.css
|
Micca inclusu | Solu Reboot | Micca inclusu | Micca inclusu |
i schedari JS
In listessu modu, avemu l'opzioni per include alcuni o tutti i nostri JavaScript compilati.
i schedari JS | Popper | jQuery |
---|---|---|
bootstrap.bundle.js
bootstrap.bundle.min.js
|
Inclusu | Micca inclusu |
bootstrap.js
bootstrap.min.js
|
Micca inclusu | Micca inclusu |
Bootstrap codice fonte
U scaricamentu di u codice fonte di Bootstrap include l'assi CSS è JavaScript precompilati, cù a fonte Sass, JavaScript è a documentazione. Più specificamente, include i seguenti è più:
bootstrap/
├── dist/
│ ├── css/
│ └── js/
├── site/
│ └── content/
| └── docs/
| └── 4.6/
| └── examples/
├── js/
└── scss/
I scss/
è js/
sò u codice fonte per i nostri CSS è JavaScript. U dist/
cartulare include tuttu ciò chì hè listatu in a sezione di scaricamentu precompilata sopra. U site/docs/
cartulare include u codice fonte per a nostra ducumentazione, è examples/
di l'usu di Bootstrap. Al di là di questu, qualsiasi altru schedariu inclusu furnisce supportu per i pacchetti, l'infurmazioni di licenza è u sviluppu.