imcoder admin
1.0.0
Dd-Admin is a front-end solution, a back-end management template developed based on vue 2 and element-ui 2.12.0. The functions cover a variety of rich components such as dynamic routing, rich text editing, chart statistics, etc. It can quickly help small and medium-sized enterprises build back-end product models.
Demo address https://www.imcoder.fun/imcoder-admin
Login/Logout
dynamic routing
global function
Basic components
Font icon
Editor
File operations
error page
# 安装依赖
npm install
# 访问地址 localhost:8088
npm run dev
# 编译打包
npm run build
├── build // help
├── config // 配置文件
├── src // 核心代码
│ ├── assets
│ │ ├── css // 自定义样式文件
│ │ └── images // 图片文件
│ ├── auth // 登录认证相关
│ ├── components // vue 组件
│ ├── config // 配置控制
│ ├── json // json 文件
│ ├── router // 路由控制
│ ├── store // vuex 存储
│ │ ├── modules
│ │ ├── getter.js
│ │ └── index.js
│ ├── utils // 工具
│ ├── views // 视图
│ │ ├── basic // 基础组件
│ │ ├── components // 视图组件
│ │ ├── donate // 捐赠
│ │ ├── editor // 编辑器组件
│ │ ├── error // 错误页面
│ │ ├── file // 文件操作
│ │ ├── icon // 字体图标
│ │ ├── menu-1 // 多级菜单
│ │ ├── home.vue // 项目主框架
│ │ ├── login.vue // 登录
│ │ └── settings.vue // 侧边设置
│ ├── App.vue // 根路由视图
│ └── main.js // 项目入口
├── static
│ ├── ueditor // ueditor插件
│ └── .gitkeep
├── test
├── .babelrc
├── .editorconfig
├── .eslintignore
├── .eslintrc.js
├── .gitignore
├── .postcssrc.js
├── README.md // read me
├── index.html // 项目首页
├── package-lock.json
└── package.json
IE/Edge | Firefox | Chrome | Safari | Opera |
---|---|---|---|---|
IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
The creation of the project is inseparable from your support. If you think this project can help you, why not invite the author for a cup of coffee.
This project is partly inspired by other open source projects el-admin