# activiti-admin **Repository Path**: rexSL/activiti-admin ## Basic Information - **Project Name**: activiti-admin - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-05-27 - **Last Updated**: 2023-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# 工作流后台管理 [在线访问](http://159.75.100.116:8066/) ## Install ```bush // install dependencies npm install ``` ## Run ### Development ```bush npm run dev ``` ### Production(Build) ```bush npm run build ``` ## 简介 iview-admin-simple是基于Vue.js,搭配使用[iView](https://www.iviewui.com) UI组件库形成的一套后台集成解决方案。iview-admin-simple遵守iView设计和开发约定,风格统一,设计考究,并且更多功能在不停开发中。 ## 文件结构 ```shell . ├── build 项目构建配置 ├── config 开发相关配置 ├── public 打包所需静态资源 └── src ├── api AJAX请求 └── assets 项目静态资源 ├── icons 自定义图标资源 └── images 图片资源 ├── components 业务组件 ├── config 项目运行配置 ├── directive 自定义指令 ├── libs 封装工具函数 ├── locale 多语言文件 ├── mock mock模拟数据 ├── router 路由配置 ├── store Vuex配置 ├── view 页面文件 └── tests 测试相关 ``` ## 效果展示 ### 登录页面  ### 主页面  ## License [MIT](http://opensource.org/licenses/MIT) Copyright (c) 2016-present, iView