You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
build | 4 years ago | |
dist/css | 4 years ago | |
scss | 4 years ago | |
src/spip-bootstrapV5 | 4 years ago | |
.gitignore | 4 years ago | |
README.md | 3 years ago | |
package-lock.json | 3 years ago | |
package.json | 3 years ago |
README.md
Test Boostrap 5 Alpha/ Parcel
Pour installer, cloner le dépôt puis npm install
Pour tester : npm run dev
, modifier src/spip-bootstrapV5/index.js, src/spip-bootstrapV5/index.html ou scss/custom.scss, http://127.0.0.1:1234
Pour construire le css et le javascript de Boostrap : npm run build
. build/spip-bootstrapV5.xxxxxxxx.css build/spip-bootstrapV5.xxxxxxxx.js
configuration scss : scss/custom.scss
configuration modules javascript : src/spip-bootstrapV5/index.js
Mettre à jour Bootstrap avec les derniers commits du dépot twbs/bootstrap :
npm uninstall bootstrap
npm install --save-dev twbs/bootstrap.git#main
Consulter la documentation Bootstrap 5 (http://127.0.0.1:9001):
cd node_modules/bootstrap/
npm install
npm run docs-serve