{"id":14976424,"url":"https://github.com/lcl-101/webpack-blog","last_synced_at":"2026-03-06T01:01:17.002Z","repository":{"id":42114085,"uuid":"132576051","full_name":"lcl-101/webpack-blog","owner":"lcl-101","description":"基于webpack博客系统","archived":false,"fork":false,"pushed_at":"2022-12-09T04:55:57.000Z","size":4850,"stargazers_count":0,"open_issues_count":46,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T04:24:55.857Z","etag":null,"topics":["gulp","react","react-router","redux","webhook","webpack3"],"latest_commit_sha":null,"homepage":"https://lcl101.cn/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lcl-101.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-08T08:09:46.000Z","updated_at":"2021-08-23T11:54:15.000Z","dependencies_parsed_at":"2023-01-25T16:16:23.184Z","dependency_job_id":null,"html_url":"https://github.com/lcl-101/webpack-blog","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/lcl-101/webpack-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcl-101%2Fwebpack-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcl-101%2Fwebpack-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcl-101%2Fwebpack-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcl-101%2Fwebpack-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lcl-101","download_url":"https://codeload.github.com/lcl-101/webpack-blog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcl-101%2Fwebpack-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30156841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"ssl_error","status_checked_at":"2026-03-05T22:39:24.771Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["gulp","react","react-router","redux","webhook","webpack3"],"created_at":"2024-09-24T13:53:51.941Z","updated_at":"2026-03-06T01:01:16.914Z","avatar_url":"https://github.com/lcl-101.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"##  博客系统(原创)\n\n\u003e 作者：李成龙 \u003c554675188@qq.com\u003e\n\n### 相关技术点\n1. nginx\n2. node\n3. redis\n4. webpack\n5. gulp\n6. react\n7. react-router\n8. redux\n9. koa2\n10. pm2\n11. log4\n12. axios\n13. fetch\n14. less\n15. issues\n16. webhoot\n17. gitment\n18. vue\n19. vuex\n20. vue-router\n21. echarts\n\n技术点较多就先列出来这么多吧....\n\n### 设计图纸\n![home.png](https://lcl101.cn/common/images/home.png)\n\n![list.png](https://lcl101.cn/common/images/list.png)\n\n![detail.png](https://lcl101.cn/common/images/detail.png)\n\n\n### 环境依赖\n\nnode v10.15.3\n\n\n### 部署步骤\n\n```bash\n# 安装node运行环境\nnpm install\n\n# 本地node环境启动\nnpm start\n\n# 开发环境构建\nnpm run dev\n\n# 开发环境构建\nnpm run server\n\n# 生产环境构建\nnpm run build\n\n# 依赖分析\nnpm run build:report\n```\n\n### 目录结构描述\n\n```\n├── admin                       // 管理后台\n├── app                         // app\n│   ├── controllers             // 控制器\n│   ├── router                  // 路由\n│   ├── utils                   // 工具库\n│   └── app.js                  // app.js\n├── config                      // 配置信息\n├── dist                        // 生产环境\n├── src                         // 开发项目目录\n│   ├── common                  // 公共目录\n│   ├── module                  // 模块目录\n│   └── views                   // 视图目录\n├── .babelrc                    // 语法转义\n├── .gitignore                  // 忽略文件\n├── package.json                // npm包管理器\n├── webpack.config.babel.js     // 构建工具\n└── readme.md                   // help\n```\n\n### 依赖收集\n![analyzer.png](https://lcl101.cn/common/images/analyer.png)\n\n### 版本更新日志\n\n| 版本 | 备注 | 贡献者 | 发版时间 |\n| :--: | :--: | :--: | :--: |\n| 1.0.0 | 首页,详情页,列表 | 李成龙 | 2018.05.08 |\n| 1.0.1 | 首页,详情页,归档,标签,列表 | 李成龙 | 2019.02.12 |\n| 1.0.2 | 服务由express迁移到koa2 | 李成龙 | 2019.02.15 |\n| 1.0.3 | 加入vue-admin管理后台 | 李成龙 | 2019.02.22 |\n| 1.0.4 | node从v8.4.0升级到v10.15.3 | 李成龙 | 2019.03.28 |\n| 1.0.5 | 添加听云 | 李成龙 | 2019.06.19 |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcl-101%2Fwebpack-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flcl-101%2Fwebpack-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcl-101%2Fwebpack-blog/lists"}