1 Star 1 Fork 233

dualven / vue3-antd-admin

forked from buqiyuan / vue3-antdv-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

vue3-antd

基于vue-cli / vite + vue3.0 + antd2.0 + ts4.0 的后台管理系统模板

系统模块数据是从后端获取来的真实数据,路由也是从后端动态获取的,而后端是通过内网穿透提供访问的,难免会有访问失败的情况 所以如果进入页面时提示网络错误,则需要再次刷新页面请求接口

使用了Vue3.0全家桶、ant-design-vue2.0和typescript4.0,实践vue3.0的新特性以及玩法,不得不说vue3.0的Composition API相比于vue2.0的Options API 灵活很多,让我们可以灵活地组合组件逻辑,我们可以很轻松的使用hooks的形式去代替以前mixins等的写法。

功能、组件的封装

  • 动态表格(扩展了伸缩列功能,以及使用JSON schema配置生成表格) // TODO 后续有待加强及完善
  • 动态表单(满足基本的需求) // TODO 后续有待加强及完善
  • 自定义弹窗(支持8个方向拖拽改变大小以及拖拽移动位置)// TODO: 继承antd原组件所有props
  • 图片视频预览(目前只是简单显示)
  • 分割组件(目前只做了左右)
  • 图标组件封装(本地svg封装、阿里图标的在线和离线封装)
  • 其他...

页面功能

系统看板

  • 首页
  • 疫情地图
  • 系统日志
  • 前端性能监控

系统管理

  • 账号管理
  • 角色管理
  • 资源管理
  • 字典管理

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

MIT License Copyright (c) 2020 bqy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

基于vue-cli/vite + vue3.0 + ant-design-vue2.0 + typescript hooks 的基础后台管理系统模板 RBAC的权限系统, JSON Schema动态表单,动态表格,漂亮锁屏界面 展开 收起
TypeScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
TypeScript
1
https://gitee.com/dualven/vue3-antd-admin.git
git@gitee.com:dualven/vue3-antd-admin.git
dualven
vue3-antd-admin
vue3-antd-admin
main

搜索帮助