{"id":20246634,"url":"https://github.com/coding-hui/wecoding-vue","last_synced_at":"2026-05-08T22:04:59.175Z","repository":{"id":37317020,"uuid":"498562744","full_name":"coding-hui/wecoding-vue","owner":"coding-hui","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-07T22:10:02.000Z","size":12052,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T02:11:52.707Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/coding-hui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-01T02:19:24.000Z","updated_at":"2022-06-01T02:20:29.000Z","dependencies_parsed_at":"2023-01-29T17:00:29.262Z","dependency_job_id":null,"html_url":"https://github.com/coding-hui/wecoding-vue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coding-hui%2Fwecoding-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coding-hui%2Fwecoding-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coding-hui%2Fwecoding-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coding-hui%2Fwecoding-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coding-hui","download_url":"https://codeload.github.com/coding-hui/wecoding-vue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241692621,"owners_count":20004262,"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":[],"created_at":"2024-11-14T09:31:32.354Z","updated_at":"2025-11-30T22:05:39.108Z","avatar_url":"https://github.com/coding-hui.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eVue WeCoding\u003c/h1\u003e\n\n## 简介\n\nVue WeCoding 是一个免费开源的中后台模版。使用了最新的`vue3`,`vite2`,`TypeScript`等主流技术开发，开箱即用的中后台前端解决方案，也可用于学习参考。\n\n## 特性\n\n- **最新技术栈**：使用 Vue3/vite2 等前端前沿技术开发\n- **TypeScript**: 应用程序级 JavaScript 的语言\n- **主题**：可配置的主题\n- **国际化**：内置完善的国际化方案\n- **Mock 数据** 内置 Mock 数据方案\n- **权限** 内置完善的动态路由权限生成方案\n- **组件** 二次封装了多个常用的组件\n\n## 预览\n\n- [wecoding-vue](https://wecoding.top) - 项目预览\n\n测试账号: wecoding/123456\n\n\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"VbenAdmin Logo\" width=\"100%\" src=\"https://anncwb.github.io/anncwb/images/preview1.png\"\u003e\n    \u003cimg alt=\"VbenAdmin Logo\" width=\"100%\" src=\"https://anncwb.github.io/anncwb/images/preview2.png\"\u003e\n    \u003cimg alt=\"VbenAdmin Logo\" width=\"100%\" src=\"https://anncwb.github.io/anncwb/images/preview3.png\"\u003e\n\u003c/p\u003e\n\n## 准备\n\n- [node](http://nodejs.org/) 和 [git](https://git-scm.com/) -项目开发环境\n- [Vite](https://vitejs.dev/) - 熟悉 vite 特性\n- [Vue3](https://v3.vuejs.org/) - 熟悉 Vue 基础语法\n- [TypeScript](https://www.typescriptlang.org/) - 熟悉`TypeScript`基本语法\n- [Es6+](http://es6.ruanyifeng.com/) - 熟悉 es6 基本语法\n- [Vue-Router-Next](https://next.router.vuejs.org/) - 熟悉 vue-router 基本使用\n- [Ant-Design-Vue](https://2x.antdv.com/docs/vue/introduce-cn/) - ui 基本使用\n- [Mock.js](https://github.com/nuysoft/Mock) - mockjs 基本语法\n\n## 安装使用\n\n- 获取项目代码\n\n```bash\ngit clone https://gitee.com/coder-hui/wecoding-vue.git\n```\n\n- 安装依赖\n\n```bash\ncd wecoding-vue\n\npnpm install\n\n```\n\n- 运行\n\n```bash\npnpm serve\n```\n\n- 打包\n\n```bash\npnpm build\n```\n\n## 更新日志\n\n[CHANGELOG](./CHANGELOG.zh_CN.md)\n\n## 项目地址\n\n- [wecoding](https://gitee.com/coder-hui/wecoding.git) - 单体版后台\n- [wecoding-cloud](https://gitee.com/coder-hui/wecoding-cloud.git) - 微服务版后台\n- [wecoding-vue](https://gitee.com/coder-hui/wecoding-vue.git) - 项目前台\n\n## 如何贡献\n\n非常欢迎你的加入！[提一个 Issue](https://gitee.com/coder-hui/wecoding-vue/issues) 或者提交一个 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- 参考 [vue](https://github.com/vuejs/vue/blob/dev/.github/COMMIT_CONVENTION.md) 规范 ([Angular](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular))\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\n本地开发推荐使用`Chrome 80+` 浏览器\n\n支持现代浏览器, 不支持 IE\n\n## Browsers support\n\n| [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png\" alt=\"IE / Edge\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003cbr/\u003eIE / Edge | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png\" alt=\"Firefox\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003cbr/\u003eFirefox | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png\" alt=\"Chrome\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003cbr/\u003eChrome | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png\" alt=\"Safari\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003cbr/\u003eSafari | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari-ios/safari-ios_48x48.png\" alt=\"iOS Safari\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003cbr/\u003eiOS Safari | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/samsung-internet/samsung-internet_48x48.png\" alt=\"Samsung\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003cbr/\u003eSamsung | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png\" alt=\"Opera\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003cbr/\u003eOpera |\n| --- | --- | --- | --- | --- | --- | --- |\n| IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last -1 versions | last 2 versions | last 2 versions |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoding-hui%2Fwecoding-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoding-hui%2Fwecoding-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoding-hui%2Fwecoding-vue/lists"}