{"id":13831846,"url":"https://github.com/ResponsiveBP/Responsive","last_synced_at":"2025-07-09T15:33:53.029Z","repository":{"id":8913720,"uuid":"10639547","full_name":"ResponsiveBP/Responsive","owner":"ResponsiveBP","description":":iphone: A super lightweight HTML, Sass, CSS, and JavaScript framework for building responsive websites","archived":false,"fork":false,"pushed_at":"2023-07-19T00:48:21.000Z","size":36450,"stargazers_count":864,"open_issues_count":14,"forks_count":141,"subscribers_count":47,"default_branch":"v5-dev","last_synced_at":"2024-04-14T12:19:43.335Z","etag":null,"topics":["accessibility","css","html5","javascript","responsive-grid","rwd","sass"],"latest_commit_sha":null,"homepage":"http://responsivebp.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"uikit/uikit","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ResponsiveBP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2013-06-12T09:06:40.000Z","updated_at":"2024-04-08T16:49:20.000Z","dependencies_parsed_at":"2023-01-13T15:15:22.023Z","dependency_job_id":"1d1c7226-3221-48e8-a34c-4869446c73f4","html_url":"https://github.com/ResponsiveBP/Responsive","commit_stats":{"total_commits":566,"total_committers":14,"mean_commits":40.42857142857143,"dds":0.07243816254416957,"last_synced_commit":"8fcc009fbbe19c2eb6d703cd6944522f9179a1d8"},"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ResponsiveBP%2FResponsive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ResponsiveBP%2FResponsive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ResponsiveBP%2FResponsive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ResponsiveBP%2FResponsive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ResponsiveBP","download_url":"https://codeload.github.com/ResponsiveBP/Responsive/tar.gz/refs/heads/v5-dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213903225,"owners_count":15654934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accessibility","css","html5","javascript","responsive-grid","rwd","sass"],"created_at":"2024-08-04T10:01:42.192Z","updated_at":"2024-08-04T10:07:51.697Z","avatar_url":"https://github.com/ResponsiveBP.png","language":"HTML","readme":"\u003ch1 align=\"center\"\u003e\n\t\u003ca href=\"http://responsivebp.com\"\u003e\u003cimg src=\"icons/rbp-logo.svg\" alt=\"Responsive-BP-logo\" width=\"220px\"\u003e\u003c/a\u003e\u003cbr\u003e\n\t\u003cbr\u003e\n    \u003ca href=\"http://responsivebp.com\"\u003eResponsive Boilerplate\u003c/a\u003e\u003cbr\u003e\n\t\u003cbr\u003e\n\u003c/h1\u003e\n\n## A powerful, accessible, developer friendly, framework for building responsive websites\n\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ResponsiveBP/Responsive?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n\n### Responsive Boilerplate is the developers' framework.\n\nOther frameworks are too design opinionated and heavy. They're great for prototyping but every time\nyou start a real, front-facing, project with them you have to overwrite lots of designer styles that do nothing to add to the\nfunctionality of the website. That costs developers time and money.\n\n**Responsive Boilerplate** has been built with that in mind. It is the result of thousands of hours of real, client driven web development and\ntesting; specifically developed to be as lightweight as possible to prevent the need to undo styles set by the framework itself\nand allow developers to write efficient code and lower costs.\n  \n**Responsive Boilerplate is tiny**. The combined output CSS and JavaScript is **only 20.3kb minified and gzipped** but there is a lot of functionality built into the framework with touch, right-to-left language, and accessibility support. \n\nBrowser support covers all evergreen browsers.\n\n## Downloading Responsive Boilerplate\n\nSeveral options are available for downloading Responsive:\n\n- [Download the latest release](https://github.com/ResponsiveBP/Responsive/releases/download/4.1.4/responsive.zip).\n- [Download the latest release source](https://github.com/ResponsiveBP/Responsive/archive/4.1.4.zip).\n- Clone the repo: `git clone https://github.com/ResponsiveBP/Responsive.git`.\n- Install with [NPM](https://www.npmjs.com/package/responsive-bp): `npm install responsive-bp`.\n\n## Documentation\n\nResponsives' documentation, included in the [gh-pages](https://github.com/ResponsiveBP/Responsive/tree/gh-pages) repo. It is built with [Jekyll](http://jekyllrb.com) and publicly hosted on GitHub Pages at [http://responsivebp.com](http://responsivebp.com). The docs may also be run locally.\n\n1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.5.2).\n - **If you are running Windows** please read this [unofficial guide](https://github.com/juthilo/run-jekyll-on-windows/) to get Jekyll up and running without problems.\n2. From the root `/Responsive` directory, run `jekyll serve` in the command line.\n - Open [http://localhost:4000](http://localhost:4000) in your browser to view the compiled docs.\n\n\nLearn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).\n\n## Contributing\n\nContribution is most welcome, that's the whole idea! Together as a community we can build a boilerplate for building \nresponsive sites that will ensure that high standards can be delivered across all devices.   \n\nPlease adhere to existing JavaScript and Sass styles though when submitting code and ensure \nthat you test thoroughly on multiple devices.\n\nPlease take a moment to review the [guidelines for contributing](CONTRIBUTING.md).\n\n* [Bug reports](CONTRIBUTING.md#bugs)\n* [Feature requests](CONTRIBUTING.md#features)\n* [Pull requests](CONTRIBUTING.md#pull-requests)\n\n## Building the Sass and JavaScript\n\nThe build process for Responsive is powered by [Webpack](https://webpack.js.org/). To build Responsive you will need to first install the required plugins using the following commands from the root `/Responsive` directory:\n\n1. `npm install` to install the necessary build dependencies based on the contents of the `package.json` file.\n\nIf you are adding new functionality to the build process use:\n\n    npm install {your_new_build_dependency} --save-dev\n\nThere are three types of build available:\n\n 1. `npm run build` Compiles the framework to the **dist** folder.\n 2. `npm run dev` For development purposes. Compiles the framework to the **dist** folder and watches for further changes\n\n## Authors\n\nJames South [@james_m_south](http://twitter.com/james_m_south) and the Responsive contributors.\n\n## Community\n\nFollow [@responsivebp](http://twitter.com/responsivebp) on Twitter.\nDiscuss Responsive on [Gitter](https://gitter.im/ResponsiveBP/Responsive).\n\n### Copyright and license\n\nCopyright 2013 James Jackson-South under the [MIT license](http://opensource.org/licenses/MIT).\n","funding_links":[],"categories":["HTML","5. 基础模版"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FResponsiveBP%2FResponsive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FResponsiveBP%2FResponsive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FResponsiveBP%2FResponsive/lists"}