Subversion Repositories oidplus

Rev

Rev 637 | Rev 846 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 637 Rev 679
Line 10... Line 10...
10
  Sleek, intuitive, and powerful front-end framework for faster and easier web development.
10
  Sleek, intuitive, and powerful front-end framework for faster and easier web development.
11
  <br>
11
  <br>
12
  <a href="https://getbootstrap.com/docs/5.1/"><strong>Explore Bootstrap docs »</strong></a>
12
  <a href="https://getbootstrap.com/docs/5.1/"><strong>Explore Bootstrap docs »</strong></a>
13
  <br>
13
  <br>
14
  <br>
14
  <br>
15
  <a href="https://github.com/twbs/bootstrap/issues/new?template=bug_report.md">Report bug</a>
15
  <a href="https://github.com/twbs/bootstrap/issues/new?assignees=-&labels=bug&template=bug_report.yml">Report bug</a>
16
  ·
16
  ·
17
  <a href="https://github.com/twbs/bootstrap/issues/new?template=feature_request.md">Request feature</a>
17
  <a href="https://github.com/twbs/bootstrap/issues/new?assignees=&labels=feature&template=feature_request.yml">Request feature</a>
18
  ·
18
  ·
19
  <a href="https://themes.getbootstrap.com/">Themes</a>
19
  <a href="https://themes.getbootstrap.com/">Themes</a>
20
  ·
20
  ·
21
  <a href="https://blog.getbootstrap.com/">Blog</a>
21
  <a href="https://blog.getbootstrap.com/">Blog</a>
22
</p>
22
</p>
Line 44... Line 44...
44
 
44
 
45
## Quick start
45
## Quick start
46
 
46
 
47
Several quick start options are available:
47
Several quick start options are available:
48
 
48
 
49
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.1.1.zip)
49
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.1.3.zip)
50
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
50
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
51
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap`
51
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap`
52
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap`
52
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap`
53
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.1.1`
53
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.1.3`
54
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
54
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
55
 
55
 
56
Read the [Getting started page](https://getbootstrap.com/docs/5.1/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
56
Read the [Getting started page](https://getbootstrap.com/docs/5.1/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
57
 
57
 
58
 
58
 
Line 129... Line 129...
129
    ├── bootstrap.js.map
129
    ├── bootstrap.js.map
130
    ├── bootstrap.min.js
130
    ├── bootstrap.min.js
131
    └── bootstrap.min.js.map
131
    └── bootstrap.min.js.map
132
```
132
```
133
 
133
 
134
We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [source maps](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`) include [Popper](https://popper.js.org/).
134
We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [Source maps](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`) include [Popper](https://popper.js.org/).
135
 
135
 
136
 
136
 
137
## Bugs and feature requests
137
## Bugs and feature requests
138
 
138
 
139
Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new).
139
Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new).