{"id":15103897,"url":"https://github.com/wocwin/wocwin-vue2","last_synced_at":"2026-01-18T19:07:32.662Z","repository":{"id":162504958,"uuid":"607514087","full_name":"wocwin/wocwin-vue2","owner":"wocwin","description":"wocwin-vue2，基于 Vue2、vuex、Element-ui 开源的一套后台管理模板","archived":false,"fork":false,"pushed_at":"2024-08-30T03:55:08.000Z","size":6719,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T12:30:06.238Z","etag":null,"topics":["element-ui","qiankun","qiankun-example","qiankun-vue","qiankun-vue-demo","t-ui","vue","vuejs2","vuex","webpack","wocwin"],"latest_commit_sha":null,"homepage":"https://wocwin.github.io/wocwin-vue2/","language":"Vue","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/wocwin.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}},"created_at":"2023-02-28T05:46:14.000Z","updated_at":"2025-03-25T10:57:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"280fb16b-6689-4fed-b0e4-2d34e666f347","html_url":"https://github.com/wocwin/wocwin-vue2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wocwin/wocwin-vue2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wocwin%2Fwocwin-vue2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wocwin%2Fwocwin-vue2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wocwin%2Fwocwin-vue2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wocwin%2Fwocwin-vue2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wocwin","download_url":"https://codeload.github.com/wocwin/wocwin-vue2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wocwin%2Fwocwin-vue2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28548977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T19:02:06.365Z","status":"ssl_error","status_checked_at":"2026-01-18T19:01:46.239Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["element-ui","qiankun","qiankun-example","qiankun-vue","qiankun-vue-demo","t-ui","vue","vuejs2","vuex","webpack","wocwin"],"created_at":"2024-09-25T19:43:34.514Z","updated_at":"2026-01-18T19:07:32.636Z","avatar_url":"https://github.com/wocwin.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wocwin-vue2 项目\n\n\u003e 是基于 Vue2、javaScript、webpack、vuex、Element-ui 开源的一套后台管理模板\n\u003e\n\u003e 此项目集成了微前端 qiankun（即可以当做一个子应用）\n\n\n## 在线预览\n\n- Link：\u003chttps://wocwin.github.io/wocwin-vue2/\u003e\n\u003e 账号：wocwin ; user  密码都是：123456\n\n## 代码仓库\n\n- GitHub：\u003chttps://github.com/wocwin/wocwin-vue2\u003e\n- Gitee：\u003chttps://gitee.com/wocwin/wocwin-vue2\u003e\n\n## 项目功能\n\n- 使用了基于 [Element-ui 二次封装 t-ui 组件](https://github.com/wocwin/t-ui) ，里面有常用的 table、条件查询、form 表单、下拉选择组件等\n- 使用 axios 封装了请求，支持请求拦截、响应拦截、全局错误处理\n- 使用 vue-router 进行路由权限拦截、路由懒加载\n- 使用 KeepAlive 对页面进行缓存，支持多级嵌套页面缓存\n- 使用 Prettier 统一格式化代码，集成 Eslint 代码校验规范\n- 项目支持菜单按钮权限（wocwin:可以看见所有，user:无法看见大屏及系统管理模块中的删除、修改按钮）\n\n\n### 安装使用\n\n\n```shell script\n# Gitee\ngit clone https://gitee.com/wocwin/wocwin-vue2.git\n# GitHub\ngit clone https://github.com/wocwin/wocwin-vue2.git\n\n# 安装依赖\nnpm install\n\n# 启动服务\nnpm run serve\n\n# build\nnpm run prod\n\n# prettier 格式化代码\nnpm run lint:prettier\n\n```\n\n## Git 提交规范\n\n- `ci`: ci 配置文件和脚本的变动;\n- `chore`: 构建系统或辅助工具的变动;\n- `polish`: 代码或者功能模块的改进和完善;\n- `fix`: 代码 BUG 修复;\n- `feat`: 新功能;\n- `perf`: 性能优化和提升;\n- `refactor`: 仅仅是代码变动，既不是修复 BUG 也不是引入新功能;\n- `style`: 代码格式调整，可能是空格、分号、缩进等等;\n- `docs`: 文档变动;\n- `test`: 补充缺失的测试用例或者修正现有的测试用例;\n- `revert`: 回滚操作;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwocwin%2Fwocwin-vue2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwocwin%2Fwocwin-vue2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwocwin%2Fwocwin-vue2/lists"}