{"id":18687889,"url":"https://github.com/yxw007/h5-learn","last_synced_at":"2026-02-22T20:05:15.445Z","repository":{"id":37361526,"uuid":"422768153","full_name":"yxw007/H5-Learn","owner":"yxw007","description":"H5成长学习项目，包含：各种基础知识(js/css/html)、mini实现(express/koa) 等","archived":false,"fork":false,"pushed_at":"2025-02-12T07:16:42.000Z","size":6113,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T05:35:33.547Z","etag":null,"topics":["express","html-css-javascript","koa","webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yxw007.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-10-30T02:54:55.000Z","updated_at":"2025-02-12T07:16:45.000Z","dependencies_parsed_at":"2023-01-21T04:20:22.641Z","dependency_job_id":"e94c0d98-dbb9-42fd-b490-e10b55a4ca70","html_url":"https://github.com/yxw007/H5-Learn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yxw007/H5-Learn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yxw007%2FH5-Learn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yxw007%2FH5-Learn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yxw007%2FH5-Learn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yxw007%2FH5-Learn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yxw007","download_url":"https://codeload.github.com/yxw007/H5-Learn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yxw007%2FH5-Learn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29725300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T19:57:12.410Z","status":"ssl_error","status_checked_at":"2026-02-22T19:54:50.710Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["express","html-css-javascript","koa","webpack"],"created_at":"2024-11-07T10:34:42.638Z","updated_at":"2026-02-22T20:05:15.420Z","avatar_url":"https://github.com/yxw007.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eH5学习项目(持续更新)\u003c/h1\u003e\n\n## 目录\n\n- [背景](#背景)\n- [项目结构](#项目结构)\n- [参考资料](#参考资料)\n\n## 背景\n\n记录本人学习 H5 过程中遇到的知识点，包含各种基础知识和手写 mini 源码，方便自己日后知识点回顾，同时也希望这个仓库能给 H5 相关同学提供一点帮助\n\n## 项目结构\n\n```\n|-- express            mini-express 实现(支持：二级路由、中间件static、bodyParser)\n|   `-- express\n|-- git                git 钩子学习\n|   `-- src\n|-- html               html相关知识\n|   |-- cookie\n|   |-- event\n|   |-- form\n|   |-- image\n|   `-- shadow-dom\n|-- js                 JS相关知识\n|   |-- Array\n|   |-- BOM\n|   |-- Blob\n|   |-- Proto\n|   |-- Set\n|   |-- String\n|   |-- cross-domain\n|   |-- date\n|   |-- eventloop\n|   |-- fetch\n|   |-- function\n|   |-- generator\n|   |-- module\n|   |-- object\n|   |-- other\n|   |-- practice\n|   |-- promise\n|   |-- proxy\n|   |-- this\n|   `-- var\n|-- koa                mini-koa 实现(支持：中间件static、bodyparser)\n|   `-- koa\n|-- node               node相关知识demo\n|   |-- Buffer\n|   |-- event\n|   |-- stream\n|   |-- tcp\n|   `-- udp\n|-- npm\n|   `-- 01-npm-install\n|-- style              样式相关\n|   |-- attributes\n|   |-- flex\n|   |-- grid\n|   |-- layout\n|   |-- sass\n|   `-- transform\n|-- ts                 ts相关知识demo\n|   |-- public\n|   `-- src\n`-- webpack            webpack实践\n    |-- 00-test\n    |-- 01-loader\n    |-- 02-debugger\n    |-- 03-custom-loader\n    |-- 04-traceLogPos\n    `-- 05-autoExternalPlugin\n\n```\n\n## 参考资料\n\n- https://developer.mozilla.org/zh-CN/docs/Web\n- https://nodejs.org/docs/latest-v16.x/api/all.html\n- https://es6.ruanyifeng.com/\n- https://www.typescriptlang.org/docs/handbook/utility-types.html\n- https://promisesaplus.com/\n- https://expressjs.com/\n- https://koajs.com/\n\n## 许可证\n\nMIT © 2022 Potter\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyxw007%2Fh5-learn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyxw007%2Fh5-learn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyxw007%2Fh5-learn/lists"}