<p align="center">
<a href="https://getbootstrap.com/">
<img src="https://getbootstrap.com/docs/4.4/assets/brand/bootstrap-solid.svg" alt="Bootstrap logo" width="72" height="72">
</a>
</p>
<h3 align="center">Bootstrap</h3>
<p align="center">
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
<br>
<a href="https://getbootstrap.com/docs/4.4/"><strong>Explore Bootstrap docs »</strong></a>
<br>
<br>
<a href="https://github.com/twbs/bootstrap/issues/new?template=bug.md">Report bug</a>
·
<a href="https://github.com/twbs/bootstrap/issues/new?template=feature.md&labels=feature">Request feature</a>
·
<a href="https://themes.getbootstrap.com/">Themes</a>
·
<a href="https://blog.getbootstrap.com/">Blog</a>
</p>
## Table of contents
- [Quick start](#quick-start)
- [Status](#status)
- [What's included](#whats-included)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Community](#community)
- [Versioning](#versioning)
- [Creators](#creators)
- [Thanks](#thanks)
- [Copyright and license](#copyright-and-license)
## Quick start
Several quick start options are available:
- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.4.1.zip)
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap`
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@4.4.1`
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.4.1`
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
Read the [Getting started page](https://getbootstrap.com/docs/4.4/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
## Status
[![Slack](https://bootstrap-slack.herokuapp.com/badge.svg)](https://bootstrap-slack.herokuapp.com/)
[![Build Status](https://github.com/twbs/bootstrap/workflows/Tests/badge.svg)](https://github.com/twbs/bootstrap/actions?workflow=Tests)
[![npm version](https://img.shields.io/npm/v/bootstrap.svg)](https://www.npmjs.com/package/bootstrap)
[![Gem version](https://img.shields.io/gem/v/bootstrap.svg)](https://rubygems.org/gems/bootstrap)
[![Meteor Atmosphere](https://img.shields.io/badge/meteor-twbs%3Abootstrap-blue.svg)](https://atmospherejs.com/twbs/bootstrap)
[![Packagist Prerelease](https://img.shields.io/packagist/vpre/twbs/bootstrap.svg)](https://packagist.org/packages/twbs/bootstrap)
[![NuGet](https://img.shields.io/nuget/vpre/bootstrap.svg)](https://www.nuget.org/packages/bootstrap/absoluteLatest)
[![peerDependencies Status](https://img.shields.io/david/peer/twbs/bootstrap.svg)](https://david-dm.org/twbs/bootstrap?type=peer)
[![devDependency Status](https://img.shields.io/david/dev/twbs/bootstrap.svg)](https://david-dm.org/twbs/bootstrap?type=dev)
[![Coverage Status](https://img.shields.io/coveralls/github/twbs/bootstrap/v4-dev.svg)](https://coveralls.io/github/twbs/bootstrap?branch=v4-dev)
[![CSS gzip size](https://img.badgesize.io/twbs/bootstrap/v4-dev/dist/css/bootstrap.min.css?compression=gzip&label=CSS+gzip+size)](https://github.com/twbs/bootstrap/tree/v4-dev/dist/css/bootstrap.min.css)
[![JS gzip size](https://img.badgesize.io/twbs/bootstrap/v4-dev/dist/js/bootstrap.min.js?compression=gzip&label=JS+gzip+size)](https://github.com/twbs/bootstrap/tree/v4-dev/dist/js/bootstrap.min.js)
[![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=SkxZcStBeExEdVJqQ2hWYnlWckpkNmNEY213SFp6WHFETWk2bGFuY3pCbz0tLXhqbHJsVlZhQnRBdEpod3NLSDMzaHc9PQ==--3d0b75245708616eb93113221beece33e680b229)](https://www.browserstack.com/automate/public-build/SkxZcStBeExEdVJqQ2hWYnlWckpkNmNEY213SFp6WHFETWk2bGFuY3pCbz0tLXhqbHJsVlZhQnRBdEpod3NLSDMzaHc9PQ==--3d0b75245708616eb93113221beece33e680b229)
[![Backers on Open Collective](https://opencollective.com/bootstrap/backers/badge.svg)](#backers)
[![Sponsors on Open Collective](https://opencollective.com/bootstrap/sponsors/badge.svg)](#sponsors)
## 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:
```text
bootstrap/
└── dist/
├── css/
│ ├── bootstrap-grid.css
│ ├── bootstrap-grid.css.map
│ ├── bootstrap-grid.min.css
│ ├── bootstrap-grid.min.css.map
│ ├── bootstrap-reboot.css
│ ├── bootstrap-reboot.css.map
│ ├── bootstrap-reboot.min.css
│ ├── bootstrap-reboot.min.css.map
│ ├── bootstrap.css
│ ├── bootstrap.css.map
│ ├── bootstrap.min.css
│ └── bootstrap.min.css.map
└── js/
├── bootstrap.bundle.js
├── bootstrap.bundle.js.map
├── bootstrap.bundle.min.js
├── bootstrap.bundle.min.js.map
├── bootstrap.js
├── bootstrap.js.map
├── bootstrap.min.js
└── bootstrap.min.js.map
```
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/), but not [jQuery](https://jquery.com/).
## Bugs and feature requests
Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/master/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).
## Documentation
Bootstrap's documentation, included in this repo in the root directory, is built with [Jekyll](https://jekyllrb.com/) and publicly hosted on GitHub Pages at <https://getbootstrap.com/>. The docs may also be run locally.
Documentation search is powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/). Working on our search? Be sure to set `debug: true` in `site/docs/4.4/assets/js/src/search.js` file.
### Running documentation locally
1. Run through the [tooling setup](https://getbootstrap.com/docs/4.4/getting-started/build-tools/#tooling-setup) to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`.
2. Run `npm install` to install Node.js dependencies.
3. Run `npm start` to compile CSS and JavaScript files, generate our docs, and watch for changes.
4. Open `http://localhost:9001` in your browser, and voilà.
Learn more about using Jekyll by reading its [documentation](https://jekyllrb.com/docs/).
### Documentation for previous releases
You can find all our previous releases docs on <https://getbootstrap.com/docs/versions/>.
[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download.
## Contributing
Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
Moreover, if your pull request contains JavaScript patches or features, you must include [relevant unit tests](https://github.com/twbs/bootstrap/tree/master/js/tests). All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Mark Otto](https://github.com/mdo).
Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/master/.editorconfig) for easy use in common text editors. Read more and do
没有合适的资源?快使用搜索试试~ 我知道了~
结合 SSL , docker, microservices, MVC, WebAPI, MongoDB 和 NGINX安全的反
共512个文件
cs:190个
scss:90个
js:37个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 20 浏览量
2024-04-23
12:25:36
上传
评论
收藏 3.26MB ZIP 举报
温馨提示
结合 SSL , docker, microservices, MVC, WebAPI, MongoDB 和 NGINX安全的反向代理 (NGINX) 保护所有其他服务。安全的store前端网站、安全的support前端网站、前端网站和服务上的公共安全域和单点登录、安全后端通用持久服务器.zip
资源推荐
资源详情
资源评论
收起资源包目录
结合 SSL , docker, microservices, MVC, WebAPI, MongoDB 和 NGINX安全的反 (512个子文件)
user-secrets.cmd 6KB
Gen-Host.cmd 5KB
Gen-Root.cmd 2KB
SetupLocalDB.CMD 437B
Gen-Vars.CMD 215B
CODEOWNERS 32B
ssl-params.conf 848B
nginx.conf 789B
domains.conf 510B
domains.conf 500B
self-signed.conf 93B
AccountController.cs 15KB
Startup.cs 10KB
ConsentController.cs 10KB
DeviceController.cs 9KB
ResourceRepository.cs 9KB
ExternalController.cs 8KB
IRepository.cs 8KB
ResourceResponseHandler.cs 8KB
ResourcesController.Post.cs 8KB
App.cs 7KB
ResourcesController.Get.cs 7KB
RequestLoggingMiddleware.cs 6KB
Startup.cs 6KB
SeedData.cs 6KB
PluralizerBase.cs 6KB
IdentityServerStorageExtensions.cs 6KB
Startup.cs 5KB
Startup.cs 5KB
ResourcesController.Put.cs 5KB
UserStore.cs 5KB
PluralRules.cs 4KB
SingularRules.cs 4KB
IResourceResponseFactory.cs 4KB
IdentityRepository.cs 4KB
ResourceStoragePutRequestHandler.cs 4KB
IRequestHeadersProvider.cs 4KB
IdentityRepository.cs 4KB
ResourceRequestFactory.cs 3KB
ResourcesController.cs 3KB
GrantsController.cs 3KB
ResourceResponseFactory.cs 3KB
ResourcesController.Delete.cs 3KB
ResourceStorageDeleteRequestHandler.cs 3KB
ResourceResponsePutRequestHandler.cs 3KB
Uncountables.cs 3KB
CustomPersistedGrantStore.cs 3KB
IrregularRules.cs 3KB
ResourceResponsePostRequestHandler.cs 3KB
ResourceStorageGetOneRequestHandler.cs 3KB
SecurityHeadersAttribute.cs 3KB
TestUsers.cs 3KB
MongoExtensions.cs 3KB
RequestHeadersProvider.cs 2KB
CustomResourceStore.cs 2KB
CustomResourceStore.cs 2KB
Program.cs 2KB
ResourceStorageGetManyRequestHandler.cs 2KB
Program.cs 2KB
ResourceStoragePostRequestHandler.cs 2KB
CustomPersistedGrantStore.cs 2KB
GenericTestBase.cs 2KB
HomeController.cs 2KB
ResponseLinksProvider.cs 2KB
WeatherForecastController.cs 2KB
WeatherForecastController.cs 2KB
Resource.cs 2KB
DynamicSerializer.cs 2KB
IResponseLinksProvider.cs 2KB
Resource.cs 2KB
AppUser.cs 2KB
Program.cs 2KB
ResourceResponseGetManyRequestHandler.cs 1KB
ResourceResponseGetOneRequestHandler.cs 1KB
ResourceContentModifier.cs 1KB
ResourceStorageDeleteRequest.cs 1KB
UserProfileService.cs 1KB
IResourceRequestFactory.cs 1KB
Program.cs 1KB
HomeController.cs 1KB
ResponseHeadersProvider.cs 1KB
HomeController.cs 1KB
Program.cs 1KB
DynamicTypeManager.cs 1KB
DiagnosticsViewModel.cs 1023B
TestBase.cs 1010B
IResourceContentModifier.cs 984B
LoginViewModel.cs 968B
IIdentityRepository.cs 960B
DiagnosticsController.cs 960B
Extensions.cs 947B
GrantsViewModel.cs 880B
ResourceResponse.cs 844B
StorageMetadata.cs 836B
ResourceRespnsePostRequestValidator.cs 775B
PathResolver.cs 753B
ResourceResponsePutRequestValidator.cs 737B
IPluralize.cs 734B
ResourceResponseDeleteRequestHandler.cs 734B
ConsentOptions.cs 717B
共 512 条
- 1
- 2
- 3
- 4
- 5
- 6
资源评论
处处清欢
- 粉丝: 1624
- 资源: 2828
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- (源码)基于Spring Boot框架的报表管理系统.zip
- (源码)基于树莓派和TensorFlow Lite的智能厨具环境监测系统.zip
- (源码)基于OpenCV和Arduino的面部追踪系统.zip
- (源码)基于C++和ZeroMQ的分布式系统中间件.zip
- (源码)基于SSM框架的学生信息管理系统.zip
- (源码)基于PyTorch框架的智能视频分析系统.zip
- (源码)基于STM32F1的Sybertooth电机驱动系统.zip
- (源码)基于PxMATRIX库的嵌入式系统显示与配置管理.zip
- (源码)基于虚幻引擎的舞蹈艺术节目包装系统.zip
- (源码)基于Dubbo和Redis的用户中台系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功