1 Star 0 Fork 4

hulh / bin-admin

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

bin-admin 3.0

预览

本项目是基于 Vue2.6,配合使用 bin-ui 作为组件库来进行搭建wcm后台管理系统,在基于vue-admin1.0 版本基础上进行二次重构,增加了登录的token验证和简单主题配置功能,现在已更新至Pro3.0版本,参照ant-design-pro重新构建的3.0系统

bin-ace-editor

bin-charts

部分截图 首页

主题设置和全局设置

bin-ace-editor

charts

图表设计器

表单设计器

表单预览

流程图

目录结构

整个项目的目录结构如下,具体包含内容后续会进行详细介绍和解释

├── docs                       // 文档目录
├── public                     // 公共资源,第三方,不打包资源
├── src                        // 源代码
│   ├── api                    // 所有请求相关资源
│   ├── assets                 // 静态资源,会打包的资源
│   ├── common                 // 通用配置,工具,mixins
│   ├── components             // 全局公用组件
│   ├── layouts                // 全局布局模块
│   ├── mock                   // mock server 数据
│   ├── pages                  // pages 视图显示(错误页面,布局,登录)
│   ├── plugin                 // 自定义插件,注入指令,全局mixin
│   ├── router                 // 路由
│   ├── store                  // 全局 store 
│   ├── App.vue                // 入口页面
│   └── main.js                // 入口文件 加载组件 初始化等
├── .eslintrc.js               // eslint 配置项
├── .gitignore                 // git 忽略项
├── babel.config.js            // babel 配置项
├── vue.config.js              // vue-cli3集成配置项
└── package.json               // package.json

安装

# 克隆项目
git clone https://github.com/wangbin3162/bin-admin.git

# 安装依赖
npm install

# 本地开发 启动项目
npm run serve
# OR vue ui 图形化界面启动
vue ui
The MIT License (MIT) Copyright (c) 2019 bin-admin/wang bin 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.

简介

后台管理系统精简版 3.0重构版本 精简版的后台管理系统 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/huluhong/bin-admin.git
git@gitee.com:huluhong/bin-admin.git
huluhong
bin-admin
bin-admin
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891