[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-560":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":33,"readmeContent":34,"aiSummary":35,"trendingCount":16,"starSnapshotCount":16,"syncStatus":36,"lastSyncTime":37,"discoverSource":38},560,"html5-boilerplate","h5bp\u002Fhtml5-boilerplate","h5bp","A professional front-end template for building fast, robust, and adaptable web apps or sites.","https:\u002F\u002Fhtml5boilerplate.com\u002F",null,"JavaScript",57491,12293,2453,8,0,4,14,62,12,45,"MIT License",false,"main",true,[27,28,29,30,5,31,32],"best-practices","css","html","html5","javascript","robust","2026-06-12 02:00:15","# [HTML5 Boilerplate](https:\u002F\u002Fhtml5boilerplate.com\u002F)\n\n[![Build status](https:\u002F\u002Fgithub.com\u002Fh5bp\u002Fhtml5-boilerplate\u002Fworkflows\u002FBuild%20status\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Fh5bp\u002Fhtml5-boilerplate\u002Factions?query=workflow%3A%22Build+status%22+branch%3Amain)\n[![LICENSE](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Flicense-MIT-lightgrey.svg)](https:\u002F\u002Fgithub.com\u002Fh5bp\u002Fhtml5-boilerplate\u002Fblob\u002Fmain\u002FLICENSE.txt)\n[![NPM Downloads](https:\u002F\u002Fimg.shields.io\u002Fnpm\u002Fdt\u002Fhtml5-boilerplate.svg)](https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002Fhtml5-boilerplate)\n[![GitHub Stars](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fstars\u002Fh5bp\u002Fhtml5-boilerplate.svg?label=GitHub%20Stars)](https:\u002F\u002Fgithub.com\u002Fh5bp\u002Fhtml5-boilerplate)\n\nHTML5 Boilerplate is a professional front-end template for building\nfast, robust, and adaptable web apps or sites.\n\nThis project is the product of over 10 years of iterative development and\ncommunity knowledge. It does not impose a specific development\nphilosophy or framework, so you're free to architect your code in the\nway that you want.\n\n- [Homepage](https:\u002F\u002Fhtml5boilerplate.com\u002F)\n- [Source Code](https:\u002F\u002Fgithub.com\u002Fh5bp\u002Fhtml5-boilerplate)\n\n## About This Repository\n\nThis repository is where HTML5-Boilerplate is authored. Some of the tools,\nfiles and processes that you see here are solely for the _production_ of\nHTML5 Boilerplate and are not _part_ of HTML5 Boilerplate. For one example, the\n[gulpfile.mjs](https:\u002F\u002Fgithub.com\u002Fh5bp\u002Fhtml5-boilerplate\u002Fblob\u002Fmain\u002Fgulpfile.mjs)\nscript is used to _build_ the project. It's not part of the project itself.\n\nThe project we publish is represented by the contents of the `\u002Fdist\u002F`\nfolder. Everything else in this repository is used to author the project.\n\nThink of it this way, in the same way that you don't clone [vuejs\u002Fcore](https:\u002F\u002Fgithub.com\u002Fvuejs\u002Fcore)\nto create a Vue.js app, you don't need to clone this repository to start a new\nsite or app based on HTML5 Boilerplate.\n\nSo, if you're looking for a quick start template to build a website or\napplication, look at the options in the\n[Quick Start](https:\u002F\u002Fgithub.com\u002Fh5bp\u002Fhtml5-boilerplate#quick-start) section of this document.\n\nIf you want to help us _improve_ HTML5 Boilerplate then you can start with the documentation [here](.github\u002FCONTRIBUTING.md), which includes steps to clone this repo in order to get it set up for development.\n\n## Quick Start\n\nChoose one of the following options:\n\n- Using the [create-html5-boilerplate](https:\u002F\u002Fgithub.com\u002Fh5bp\u002Fcreate-html5-boilerplate)\n  script, instantly fetch the latest npm published package (or any version\n  available on npm) with `npx`, `npm init` or `yarn create` without having to\n  install any dependencies. Running the following `npx` command installs the\n  latest version into a folder called `new-site`\n\n  ```bash\n  npx create-html5-boilerplate new-site\n  cd new-site\n  npm install\n  npm run start\n  ```\n\n- Using our new [Template Repository](https:\u002F\u002Fgithub.com\u002Fh5bp\u002Fhtml5-boilerplate-template)\n  create a new GitHub repository based on the latest code from the main branch of HTML5\n  Boilerplate.\n\n- Install with [npm](https:\u002F\u002Fwww.npmjs.com\u002F): `npm install html5-boilerplate`\n  or [yarn](https:\u002F\u002Fyarnpkg.com\u002F): `yarn add html5-boilerplate`. The resulting\n  `node_modules\u002Fhtml5-boilerplate\u002Fdist` folder represents the latest version of\n  the project for end users. Depending on what you want to use and how you want\n  to use it, you may have to copy and paste the contents of that folder into\n  your project directory.\n\n- Download the latest stable release from\n  [here](https:\u002F\u002Fgithub.com\u002Fh5bp\u002Fhtml5-boilerplate\u002Freleases\u002Fdownload\u002Fv9.0.0\u002Fhtml5-boilerplate_v9.0.0.zip). This zip file is a\n  snapshot of the `dist` folder. On Windows, Mac and from the file manager on\n  Linux unzipping this folder will output to a folder named something like\n  `html5-boilerplate_v9.0.0`. From the command-line, you will need to create a\n  folder and unzip the contents into that folder.\n\n  ```bash\n  mkdir html5-boilerplate\n  unzip html5-boilerplate*.zip -d html5-boilerplate\n  ```\n\n## Features\n\n- A finely-tuned starter template: Reap the benefits of 10 years of analysis,\n  research and experimentation by over 200 contributors.\n- Designed with progressive enhancement in mind.\n- Includes:\n  - Placeholder Open Graph elements and attributes.\n  - An example package.json file with [WebPack](https:\u002F\u002Fwebpack.js.org\u002F) commands\n    built in to jumpstart application development.\n  - Placeholder CSS Media Queries.\n  - Useful CSS helper classes.\n  - Default print styles, performance optimized.\n  - \"Delete-key friendly.\" Easy to strip out parts you don't need.\n  - Extensive documentation.\n\n## Browser Support\n\nHTML5-Boilerplate supports the latest, stable releases of all major browsers.\n\nCheck the `default` configuration from [Browserslist](https:\u002F\u002Fbrowsersl.ist\u002F#q=defaults)\nfor more details on browsers and versions covered.\n\n## Documentation\n\nTake a look at the [documentation table of contents](docs\u002FTOC.md). This\ndocumentation is bundled with the project which makes it available for offline\nreading and provides a useful starting point for any documentation you want to\nwrite about your project.\n\n## Contributing\n\nHundreds of developers have helped to make the HTML5 Boilerplate. Anyone is\nwelcome to [contribute](.github\u002FCONTRIBUTING.md). However, if you decide to get\ninvolved, please take a moment to review the [guidelines](.github\u002FCONTRIBUTING.md):\n\n- [Bug reports](.github\u002FCONTRIBUTING.md#bugs)\n- [Feature requests](.github\u002FCONTRIBUTING.md#features)\n- [Pull requests](.github\u002FCONTRIBUTING.md#pull-requests)\n\n## License\n\nThe code is available under the [MIT license](LICENSE.txt).\n","HTML5 Boilerplate 是一个专业的前端模板，用于构建快速、健壮且适应性强的Web应用或网站。该项目集成了超过10年的迭代开发经验和社区知识，提供了一套最佳实践，包括HTML5、CSS和JavaScript的最佳配置，同时不强制使用特定的开发框架或哲学，给予开发者极大的自由度来组织代码结构。适合于需要高质量起点的新Web项目，无论是简单的静态站点还是复杂的单页应用程序。通过提供一系列优化过的资源文件和工具，HTML5 Boilerilerplate能够帮助开发者提高开发效率，确保项目从一开始就遵循了良好的性能和安全标准。",2,"2026-06-11 02:37:29","top_all"]