{"id":13462542,"url":"https://github.com/calebman/vue-DBM","last_synced_at":"2025-03-25T01:32:21.292Z","repository":{"id":49834942,"uuid":"103478305","full_name":"calebman/vue-DBM","owner":"calebman","description":"vuejs Database Manager数据管理系统——前端","archived":false,"fork":false,"pushed_at":"2018-05-18T03:41:23.000Z","size":4068,"stargazers_count":302,"open_issues_count":0,"forks_count":96,"subscribers_count":34,"default_branch":"master","last_synced_at":"2024-10-29T11:11:42.782Z","etag":null,"topics":["element-ui","vue","vuecli"],"latest_commit_sha":null,"homepage":"https://calebman.github.io/vue-DBM","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/calebman.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}},"created_at":"2017-09-14T02:56:02.000Z","updated_at":"2024-09-09T01:59:01.000Z","dependencies_parsed_at":"2022-08-02T22:15:28.971Z","dependency_job_id":null,"html_url":"https://github.com/calebman/vue-DBM","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebman%2Fvue-DBM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebman%2Fvue-DBM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebman%2Fvue-DBM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebman%2Fvue-DBM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calebman","download_url":"https://codeload.github.com/calebman/vue-DBM/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245382206,"owners_count":20606171,"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":["element-ui","vue","vuecli"],"created_at":"2024-07-31T12:00:51.409Z","updated_at":"2025-03-25T01:32:20.907Z","avatar_url":"https://github.com/calebman.png","language":"Vue","funding_links":[],"categories":["Uncategorized","Vue"],"sub_categories":["Uncategorized"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"320\" src=\"https://github.com/calebman/vue-DBM/blob/master/images/dbm.svg\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://travis-ci.org/calebman/vue-DBM\" rel=\"nofollow\"\u003e\n    \u003cimg src=\"https://travis-ci.org/calebman/vue-DBM.svg?branch=master\" alt=\"Build Status\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/calebman/vue-DBM/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/mashape/apistatus.svg\" alt=\"license\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/calebman/vue-DBM/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/release/calebman/vue-DBM.svg\" alt=\"GitHub release\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cstrong  align=\"center\"\u003e \n\n注意！此项目已重构，当前版本为2.0，老版本请查看 [release](https://github.com/calebman/vue-DBM/releases)下载1.0版本\n\n \u003c/strong \u003e \n\n\n## 说明\n\n**DBM**是一个数据源管理系统，包含数据源管理、开放授权两个模块，数据源管理指关系型数据的一键导入、按需筛选、指定导出等功能，开放授权指数据拥有者给用户开放数据的增、删、改、查等操作权限。部署或使用此系统可以给你的前端项目带来数据持久化的功能，而不再是数据模拟。\n\n**DBM**前端是使用vue-cli脚手架构建的一个SPA应用，主要依赖于 \u003ca href=\"https://github.com/vuejs/vue\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/vue-2.5.2-brightgreen.svg\" alt=\"vue\"\u003e\n  \u003c/a\u003e 与\u003ca href=\"https://github.com/ElemeFE/element\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/element--ui-2.3.6-brightgreen.svg\" alt=\"element-ui\"\u003e\n  \u003c/a\u003e，为了让前后端分离更加彻底，前端在开发时将根据与后端商定的接口协议使用Mockjs模拟响应，在后端完成接口编写后使用不同的启动命令转接后端接口完成整个系统的测试。\n\n如果您也想使用vue.js结合后台语言（nodejs、java等）开发一个带前后端的完整应用的话，参考**DBM前端工程**的实现也许能够帮您解决如下问题\n\n- **如何提高组件的复用性？**\n- **如何使用状态管理中的多模块？**\n- **如何实现页面级、元素级的权限处理？**\n- **如何拦截HTTP请求并使用Mockjs模拟响应驱动UI？**\n- **如何使用render函数结合element-ui等框架定制业务组件？**\n- **如何实现多环境打包、提升打包效率以及减小打包体积等**\n\n由于此项目使用业余时间来做，开发周期较长，代码的整洁程度仍待提高，我将不断修改做到自己满意为止，如果您发现问题请直接在Issues中提出，或者您对模块的实现有更好的解决方案欢迎**PR**\n\n## 开发前准备\n\n您的本地环境需要包含有 [nodejs](http://nodejs.org/)，如果您使用git clone还需要有[git](https://git-scm.com/)。本项目主要使用了[vue](https://cn.vuejs.org/index.html)、[vuex](https://vuex.vuejs.org/zh-cn/)、[vue-router](https://router.vuejs.org/zh-cn/)、[element-ui](https://github.com/ElemeFE/element)、[axios](https://github.com/axios/axios)、[Mock.js](https://github.com/nuysoft/Mock)等技术栈，熟悉这些技术能够更好的掌握本项目。\n\n**项目在开发时针对性的做了一些笔记，建议先看看这些笔记再了解本项目源码**\n\n - [项目结构概述](https://github.com/calebman/vue-DBM/blob/master/docs/structure.md)\n - [系统主要布局](https://github.com/calebman/vue-DBM/blob/master/docs/layout.md)\n - [路由](https://github.com/calebman/vue-DBM/blob/master/docs/router.md)\n - [状态管理](https://github.com/calebman/vue-DBM/blob/master/docs/vuex.md)\n - [权限管理](https://github.com/calebman/vue-DBM/blob/master/docs/permission.md)\n - [控件封装与使用](https://github.com/calebman/vue-DBM/blob/master/docs/render.md)\n - [混入](https://github.com/calebman/vue-DBM/blob/master/docs/mixins.md)\n - [数据模拟](https://github.com/calebman/vue-DBM/blob/master/docs/mock.md)\n - [打包优化与用户体验](https://github.com/calebman/vue-DBM/blob/master/docs/package.md)\n\n## 目标功能\n\n- [x] 登录页\n- [ ] 仪表盘\n- [x] 数据表管理页面\n- [ ] 数据库管理页面\n- [ ] 数据开放授权页面\n\n## 开发与发布\n\n```bash\n# 克隆项目\ngit clone https://github.com/calebman/vue-DBM.git\n\n# 安装依赖\nnpm install\n   \n# 如果下载依赖报错可通过以下方式尝试解决\nnpm install --registry=https://registry.npm.taobao.org\n\n# 启动服务\nnpm run dev\n\n# 浏览器访问\nhttp://localhost:8060\n\n# 打包发布\nnpm run build\n```\n\n## 更新日志\n\n [点我查看 更新日志](https://github.com/calebman/vue-DBM/releases).\n\n## Demo\n\n[点我查看 Demo](https://calebman.github.io/vue-DBM )\n\n## 致谢\n\n本项目的架构参考了[**vue-element-admin**](https://github.com/PanJiaChen/vue-element-admin)的实现，表格组件基于[**vue-easytable**](https://github.com/huangshuwei/vue-easytable)进行了定制化的修改，在此非常感谢[PanJiaChen](https://github.com/PanJiaChen/vue-element-admin)与[huangshuwei](https://github.com/PanJiaChen/vue-element-admin)两位项目作者。\n\n## License\n\n[MIT](https://github.com/calebman/vue-DBM/blob/master/LICENSE)\n\nCopyright (c) 2018-calebman","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalebman%2Fvue-DBM","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalebman%2Fvue-DBM","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalebman%2Fvue-DBM/lists"}