{"id":22954244,"url":"https://github.com/netkingcode/vite-vue3-antd","last_synced_at":"2025-04-02T00:22:27.306Z","repository":{"id":161991302,"uuid":"396085342","full_name":"netkingcode/vite-vue3-antd","owner":"netkingcode","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-14T17:52:24.000Z","size":279,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-07T15:45:01.664Z","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/netkingcode.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-08-14T17:52:23.000Z","updated_at":"2021-08-14T17:52:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"e70a450b-7a91-4ef2-9829-ce01940be9c4","html_url":"https://github.com/netkingcode/vite-vue3-antd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"buqiyuan/electron-vite-monorepo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netkingcode%2Fvite-vue3-antd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netkingcode%2Fvite-vue3-antd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netkingcode%2Fvite-vue3-antd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netkingcode%2Fvite-vue3-antd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netkingcode","download_url":"https://codeload.github.com/netkingcode/vite-vue3-antd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246731145,"owners_count":20824511,"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-12-14T16:16:42.221Z","updated_at":"2025-04-02T00:22:27.297Z","avatar_url":"https://github.com/netkingcode.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue3-antd-admin\n\n基于 vue-cli / vite + vue3.0 + antd2.0 + ts4.0 的后台管理系统模板\n\n- 账号：admin，密码：123456\n- [在线预览](http://buqiyuan.gitee.io/vue3-antd-admin/)\n- [API 文档](http://29135jo738.zicp.vip/api/v1/docs/)\n- [后台地址](https://github.com/buqiyuan/nestjs-mysql-api)\n- [vue-cli 版](https://github.com/buqiyuan/vue3-antd-admin)\n- [vite 踩坑版](https://github.com/buqiyuan/vite-vue3-admin)\n- [gitee 地址](https://gitee.com/buqiyuan/vite-vue3-admin)\n\n\u003e 系统模块数据是从后端获取来的真实数据，路由也是从后端动态获取的，而后端是通过内网穿透提供访问的，难免会有访问失败的情况\n\u003e 所以如果进入页面时提示网络错误，则需要再次刷新页面请求接口\n\n\u003e 使用了 Vue3.0 全家桶、ant-design-vue2.0 和 typescript4.0，实践 vue3.0 的新特性以及玩法，不得不说 vue3.0 的 Composition API 相比于 vue2.0 的 Options API\n\u003e 灵活很多，让我们可以灵活地组合组件逻辑，我们可以很轻松的使用 hooks 的形式去代替以前 mixins 等的写法。更多 hooks 可以参考[vueuse](https://vueuse.org/functions.html)\n\n### 功能、组件的封装\n\n- [x] 动态表格（扩展了伸缩列功能，以及使用 JSON schema 配置生成表格） // TODO 后续有待加强及完善\n- [x] 动态表单（满足基本的需求） // TODO 后续有待加强及完善\n- [ ] 自定义弹窗（支持 8 个方向拖拽改变大小以及拖拽移动位置）// TODO: 继承 antd 原组件所有 props\n- [x] 图片视频预览（目前只是简单显示）\n- [x] 分割组件（目前只做了左右）\n- [x] 图标组件封装(本地 svg 封装、阿里图标的在线和离线封装)\n- [ ] 其他...\n\n### 页面功能\n\n#### 系统看板\n\n- [x] 首页\n- [ ] 疫情地图\n- [ ] 系统日志\n- [ ] 前端性能监控\n\n#### 系统管理\n\n- [x] 账号管理\n- [x] 角色管理\n- [x] 资源管理\n- [x] 字典管理\n\n## 克隆主分支，忽略 git-pages 等无关分支\n\n```shell\ngit clone --single-branch https://github.com/buqiyuan/vite-vue3-lowcode.git\n```\n\n## Project setup\n\n```\nyarn install\n```\n\n### Compiles and hot-reloads for development\n\n```\nyarn serve\n```\n\n### Compiles and minifies for production\n\n```\nyarn build\n```\n\n### Lints and fixes files\n\n```\nyarn lint\n```\n\n## 感谢 JetBrains 免费的开源授权\n\n\u003ca href=\"https://www.jetbrains.com/?from=Mybatis-PageHelper\" target=\"_blank\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/1787798/69898077-4f4e3d00-138f-11ea-81f9-96fb7c49da89.png\" height=\"200\"/\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetkingcode%2Fvite-vue3-antd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetkingcode%2Fvite-vue3-antd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetkingcode%2Fvite-vue3-antd/lists"}