Bootstrap 安装使用

目录

1. Bootstrap CDN

2. 官网下载


1. Bootstrap CDN



 


 

  • 国内推荐使用 : Staticfile CDN
  • 国际推荐使用:cdnjs - The #1 free and open source CDN built to make life easier for developers​​​​​​

2. 官网下载

你可以去官网 Bootstrap · The most popular HTML, CSS, and JS library in the world. 下载 Bootstrap5 资源库。

注:此外你还可以通过包的管理工具 npm、 yarn、gem、 composer 等来安装:

npm install bootstrap
yarn add bootstrap
gem install bootstrap -v 5.1.1
composer require twbs/bootstrap:5.1.1

你可能感兴趣的:(前端,bootstrap,javascript,前端)