Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

License

NotificationsYou must be signed in to change notification settings

mikemurray/bootstrap

 
 

Repository files navigation

SlackBower versionnpm versionGem versionBuild StatusdevDependency StatusMeteor AtmospherePackagist PrereleaseNuGet

Selenium Test Status

Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created byMark Otto andJacob Thornton, and maintained by thecore team with the massive support and involvement of the community.

To get started, check outhttps://getbootstrap.com!

Table of contents

Quick start

Several quick start options are available:

  • Download the latest release.
  • Clone the repo:git clone https://github.com/twbs/bootstrap.git
  • Install withnpm:npm install bootstrap@4.0.0-alpha.5
  • Install withyarn:yarn add bootstrap@4.0.0-alpha.5
  • Install withMeteor:meteor add twbs:bootstrap@=4.0.0-alpha.5
  • Install withComposer:composer require twbs/bootstrap
  • Install withBower:bower install bootstrap#v4.0.0-alpha.5
  • Install withNuGet: CSS:Install-Package bootstrap -Pre Sass:Install-Package bootstrap.sass -Pre (-Pre is only required until Bootstrap v4 has a stable release).

Read theGetting started page for information on the framework contents, templates and examples, and more.

What's included

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:

bootstrap/├── css/│   ├── bootstrap.css│   ├── bootstrap.css.map│   ├── bootstrap.min.css│   └── bootstrap.min.css.map└── js/    ├── bootstrap.js    └── bootstrap.min.js

We provide compiled CSS and JS (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). CSSsource maps (bootstrap.*.map) are available for use with certain browsers' developer tools.

Bugs and feature requests

Have a bug or a feature request? Please first read theissue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet,please open a new issue.

Documentation

Bootstrap's documentation, included in this repo in the root directory, is built withJekyll and publicly hosted on GitHub Pages athttps://getbootstrap.com. The docs may also be run locally.

Running documentation locally

  1. Run through thetooling setup to install Jekyll (the site builder) and other Ruby dependencies withbundle install.
  2. Rungrunt (or a specific set of Grunt tasks) to rebuild distributed CSS and JavaScript files, as well as our docs assets.
  3. From the root/bootstrap directory, runbundle exec jekyll serve in the command line.
  4. Openhttp://localhost:9001 in your browser, and voilà.

Learn more about using Jekyll by reading itsdocumentation.

Documentation for previous releases

Documentation for v2.3.2 has been made available for the time being athttps://getbootstrap.com/2.3.2/ while folks transition to Bootstrap 3.

Previous releases and their documentation are also available for download.

Contributing

Please read through ourcontributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

Moreover, if your pull request contains JavaScript patches or features, you must includerelevant unit tests. All HTML and CSS should conform to theCode Guide, maintained byMark Otto.

Editor preferences are available in theeditor config for easy use in common text editors. Read more and download plugins athttp://editorconfig.org.

Community

Get updates on Bootstrap's development and chat with the project maintainers and community members.

  • Follow@getbootstrap on Twitter.
  • Read and subscribe toThe Official Bootstrap Blog.
  • Jointhe official Slack room.
  • Chat with fellow Bootstrappers in IRC. On theirc.freenode.net server, in the##bootstrap channel.
  • Implementation help may be found at Stack Overflow (taggedbootstrap-4).
  • Developers should use the keywordbootstrap on packages which modify or add to the functionality of Bootstrap when distributing throughnpm or similar delivery mechanisms for maximum discoverability.

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained underthe Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.

Seethe Releases section of our GitHub project for changelogs for each release version of Bootstrap. Release announcement posts onthe official Bootstrap blog contain summaries of the most noteworthy changes made in each release.

Creators

Mark Otto

Jacob Thornton

Copyright and license

Code and documentation copyright 2011-2016 theBootstrap Authors andTwitter, Inc. Code released under theMIT License. Docs released underCreative Commons.

About

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript47.3%
  • CSS42.1%
  • HTML10.1%
  • Other0.5%

[8]ページ先頭

©2009-2025 Movatter.jp