English | Simplified Chinese
New upgrade, already supports Ant.Design 4.0
Based on the most mature technology system of the React ecosystem, an out-of-the-box backend management system is built. The framework contains some unique customized components, as well as many third-party components with good reputation after extensive practice. It is not only It is a simple dashboard display interface, and it also ensures all the tools necessary for your next web project. We hope that people who use it can quickly and stably develop robust, beautiful, and easy-to-use web programs.
GitHub homepage | Code Cloud homepage
.
├── public # 不参与编译的资源文件
├── templates # 为代码生成所准备的模板文件
├── src # 主程序目录
│ ├── index.js # 程序启动和渲染入口文件
│ ├── config.js # 全局配置
│ ├── components # 全局公共组件
│ ├── layouts # 页面结构组件
│ │ ├── BasicLayout # 基本布局
│ │ └── OtherLayout # 布局组件根据具体功能调整,在路由配置中引用
│ ├── routes # 动态路由目录(每个功能一个文件夹的MVC结构)
│ │ ├── index.js # 路由配置文件
│ │ ├── Home # 功能模块
│ │ │ ├── index.js # 路由配置文件
│ │ │ ├── assets # 单独属于这个模块的静态资源文件
│ │ │ ├── components # 页面组件
│ │ │ ├── model # dva model
│ │ │ ├── service # dva service
│ │ │ └── routes ** # 子路由(目录结构与父级相同)
│ │ └── Login # 功能模块
│ │ ├── index.js # 路由配置文件
│ │ ├── assets # 单独属于这个模块的静态资源文件
│ │ ├── components # 页面组件
│ │ ├── model # dva model
│ │ ├── service # dva service
│ │ └── routes ** # 子路由(目录结构与父级相同)
│ ├── utils # 工具类
│ └── assets # 资源文件
│ ├── fonts # 字体 & 字体图标
│ ├── images # 图片
│ └── styles # 全局样式
$ git clone https: //github.com/LANIF-UI/dva-boot-admin.git
$ cd dva - boot - admin
// 安装依赖
$ yarn
// 启动
$ yarn start
// 打包
$ yarn build
// 打包带图形化分析
$ yarn build -- analyze
IE/Edge | Firefox | Chrome | Safari | Opera |
---|---|---|---|---|
>= IE11 | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
Everyone is welcome to ask questions. Thank you for your PR. If you think it is good, please help add it: star: Oh
Penguin colony 820881369?