{"id":18114372,"url":"https://github.com/WangJunZzz/abp-vnext-pro","last_synced_at":"2025-03-29T23:32:12.888Z","repository":{"id":40994121,"uuid":"342451854","full_name":"WangJunZzz/abp-vnext-pro","owner":"WangJunZzz","description":"Abp Vnext  的 Vue 实现版本","archived":false,"fork":false,"pushed_at":"2024-10-29T08:36:19.000Z","size":91017,"stargazers_count":755,"open_issues_count":5,"forks_count":242,"subscribers_count":19,"default_branch":"main","last_synced_at":"2024-10-29T09:53:08.568Z","etag":null,"topics":["abp","abp-vnext","abp-vnext-pro","abpvnextvue","abpvue","dotnet","dotnetcore","vue","vue3"],"latest_commit_sha":null,"homepage":"https://doc.cncore.club","language":"TypeScript","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/WangJunZzz.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":"2021-02-26T03:29:29.000Z","updated_at":"2024-10-29T08:35:54.000Z","dependencies_parsed_at":"2023-02-19T08:31:27.290Z","dependency_job_id":"924dfd51-1ae5-485b-a1f0-8aa51a46792d","html_url":"https://github.com/WangJunZzz/abp-vnext-pro","commit_stats":{"total_commits":424,"total_committers":11,"mean_commits":38.54545454545455,"dds":"0.21226415094339623","last_synced_commit":"f8861522dfbc502f2f32f3f9c33dcbabb1640d3b"},"previous_names":[],"tags_count":151,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WangJunZzz%2Fabp-vnext-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WangJunZzz%2Fabp-vnext-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WangJunZzz%2Fabp-vnext-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WangJunZzz%2Fabp-vnext-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WangJunZzz","download_url":"https://codeload.github.com/WangJunZzz/abp-vnext-pro/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222515734,"owners_count":16996249,"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":["abp","abp-vnext","abp-vnext-pro","abpvnextvue","abpvue","dotnet","dotnetcore","vue","vue3"],"created_at":"2024-11-01T03:00:55.744Z","updated_at":"2024-11-01T03:02:29.955Z","avatar_url":"https://github.com/WangJunZzz.png","language":"TypeScript","funding_links":[],"categories":["Sample Projects"],"sub_categories":["Community"],"readme":"﻿\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/WangJunZzz/abp-vnext-pro\"\u003e\n      \u003cimg src=\"https://blog-resouce.oss-cn-shenzhen.aliyuncs.com/images/abp/06.jpg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eAbp Vnext Pro\u003c/h1\u003e\n\n\n\n## 🔗 链接\n\n- [AbpPro预览](http://182.43.18.151:44318/)\n- [代码生成器仓库地址](https://github.com/WangJunZzz/abp-vnext-pro-suite)\n- [文档地址](http://doc.cncore.club/)\n- [视频教程](https://www.bilibili.com/video/BV1pt4y1E7aZ)\n\n\n## 📦 快速开始\n\n- 安装Cli\n```bash\ndotnet tool install Lion.AbpPro.Cli -g\n```\n### 三个项目模板\n- 生成源码版本\n\n```bash\nlion.abp new -t pro -c 公司名称 -p 项目名称 -v 版本(默认LastRelease) -o 默认当前控制台执行目录\n```\n\n- nuget包形式的网关基础版本\n   -  abp自带的所有模块，pro的通知模块，数据字典模块 以及ocelot网关。\n\n```bash\nlion.abp new -t pro.all -c 公司名称 -p 项目名称 -v 版本(默认LastRelease) -o 默认当前控制台执行目录\n```\n\n- nuget包形式的基础版本\n   - abp自带的所有模块，pro的通知模块，数据字典模块 无ocelot网关\n\n```bash\nlion.abp new -t pro.simplify -c 公司名称 -p 项目名称 -v 版本(默认LastRelease) -o 默认当前控制台执行目录\n```\n\n- 模块\n\n```bash\nlion.abp new -t pro.module -c 公司名称 -p 项目名称 -v 版本(默认LastRelease) -o 默认当前控制台执行目录\n```\n\n\n## ✨ 系统功能\n\n- [x] 用户管理\n- [x] 角色管理\n- [x] 审计日志\n- [x] 后台任务\n- [x] 集成事件\n- [x] SinglaR 消息通知(站内信)\n- [x] 多语言\n- [x] 数据字典\n- [x] 容器化部署\n- [x] 单元测试\n- [x] ES 日志\n- [x] Setting 管理\n- [x] 多租户\n- [x] 文件管理\n\n\n## 🤝 如何贡献\n\n非常欢迎你的加入！提一个 Issue 或者提交一个 Pull Request。\n\n**Pull Request:**\n\n1. Fork 代码!\n2. 创建自己的分支: `git checkout -b feat/xxxx`\n3. 提交你的修改: `git commit -am 'feat(function): add xxxxx'`\n4. 推送您的分支: `git push origin feat/xxxx`\n5. 提交`pull request`\n\n## Git 贡献提交规范\n\n- 参考\n  - `feat` 增加新功能\n  - `fix` 修复问题/BUG\n  - `style` 代码风格相关无影响运行结果的\n  - `perf` 优化/性能提升\n  - `refactor` 重构\n  - `revert` 撤销修改\n  - `test` 测试相关\n  - `docs` 文档/注释\n  - `chore` 依赖更新/脚手架配置修改等\n  - `workflow` 工作流改进\n  - `ci` 持续集成\n  - `types` 类型定义文件更改\n  - `wip` 开发中\n\n## ✒️交流\n- QQ 1群：\u003cs\u003e686933575(已满)\u003c/s\u003e \n- QQ 2群：862717726\n\n## 💖赞助\n- Star就是对该项目的最大肯定!\n- 如果你觉得这个项目对你有帮助，你可以帮作者买一杯咖啡表示支持!\n![](https://blog-resouce.oss-cn-shenzhen.aliyuncs.com/images/donate.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWangJunZzz%2Fabp-vnext-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWangJunZzz%2Fabp-vnext-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWangJunZzz%2Fabp-vnext-pro/lists"}