Web Dev

Bootstrap (currently v3.4.1) has a few easy ways to quickly get started, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.

UEditor 编辑器

UEditor 是由百度「FEX前端研发团队」开发的所见即所得富文本 Web 编辑器,用户体验友好。

立即使用 UEditor

jQuery 速查表

jQuery API 中文手册,内容涵盖 v1.0 到 v3.3 版本   v1.1.0   v1.1   v1.4   v1.7.1   v1.12.1   v3.3

立即使用 JQuery help

Flex 工具箱

Bootstrap ported from Less to Sass for easy inclusion in Rails, Compass, or Sass-only projects.

Download Sass

jsDelivr

The folks over at jsDelivr graciously provide CDN support for Bootstrap's CSS and JavaScript. Just use these jsDelivr links.

Install with Composer

You can also install and manage Bootstrap's Less, CSS, JavaScript, and fonts using Composer:

composer require twbs/bootstrap

Autoprefixer required for Less/Sass

Bootstrap uses Autoprefixer to deal with CSS vendor prefixes. If you're compiling Bootstrap from its Less/Sass source and not using our Gruntfile, you'll need to integrate Autoprefixer into your build process yourself. If you're using precompiled Bootstrap or using our Gruntfile, you don't need to worry about this because Autoprefixer is already integrated into our Gruntfile.