mirror of https://github.com/jeecgboot/jeecg-boot
jeecg-boot 1.0版本发布
parent
6f9f24e11e
commit
a60805428f
24
README.md
24
README.md
|
@ -5,29 +5,22 @@ Jeecg-Boot 快速开发平台(前后端分离版本)
|
|||
|
||||
项目介绍:
|
||||
-----------------------------------
|
||||
Jeecg-boot 一个全新的版本,采用前后端分离方案,提供强大代码生成器的快速开发平台
|
||||
Jeecg-boot 一个全新的版本,采用前后端分离方案,提供强大代码生成器的快速开发平台。
|
||||
前端页面代码和后端功能代码一键生成,不需要写任何代码,保持jeecg一贯的强大!!
|
||||
|
||||
|
||||
技术架构:
|
||||
-----------------------------------
|
||||
后端技术: SpringBoot + Mybatis-plus + Shiro + Jwt + Swagger-ui + Redis
|
||||
|
||||
前端技术: Ant-design-vue + Vue + Webpack
|
||||
|
||||
其他技术: Druid(数据库连接池)、Logback(日志工具) 、poi(Excel工具)、
|
||||
Quartz(定时任务)、lombok(简化代码)
|
||||
|
||||
项目构建: Maven、Jdk8
|
||||
|
||||
|
||||
前端开发必读文档:
|
||||
|
||||
前端UI组件: Ant Design of Vue
|
||||
https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn
|
||||
报表UI组件:viser-vue
|
||||
https://viserjs.github.io/demo.html#/viser/bar/basic-bar
|
||||
VUE基础知识:
|
||||
https://cn.vuejs.org/v2/guide
|
||||
|
||||
|
||||
|
||||
系统效果
|
||||
----
|
||||
|
@ -127,10 +120,15 @@ yarn run lint
|
|||
|
||||
附属文档
|
||||
----
|
||||
- [Ant Design Vue](https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn)
|
||||
|
||||
- [路由/菜单说明](https://github.com/sendya/ant-design-pro-vue/blob/master/src/router/README.md)
|
||||
- [报表 viser-vue](https://viserjs.github.io/demo.html#/viser/bar/basic-bar)
|
||||
|
||||
- [ANTD 默认配置项](https://github.com/sendya/ant-design-pro-vue/blob/master/src/defaultSettings.js)
|
||||
- [Vue](https://cn.vuejs.org/v2/guide)
|
||||
|
||||
- [路由/菜单说明](https://github.com/zhangdaiscott/jeecg-boot/ant-design-jeecg-vue/blob/master/src/router/README.md)
|
||||
|
||||
- [ANTD 默认配置项](https://github.com/zhangdaiscott/jeecg-boot/ant-design-jeecg-vue/blob/master/src/defaultSettings.js)
|
||||
|
||||
- 其他待补充...
|
||||
|
||||
|
|
Loading…
Reference in New Issue