项目介绍修改
parent
d169d1bf81
commit
0a64b67df2
59
README.md
59
README.md
|
@ -3,31 +3,66 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
JEECG BOOT 低代码开发平台(前端vue3版本)
|
JEECG BOOT 低代码平台(Vue3前端版本)
|
||||||
===============
|
===============
|
||||||
|
|
||||||
尚未正式发布: 1.0(发布日期:???)
|
尚未正式发布: 1.0(发布日期:???)
|
||||||
|
|
||||||
|
|
||||||
#### 项目源码
|
## 简介
|
||||||
|
Jeecg-Boot-Vue3 是在 Vben-Admin 基础上研发的,适合于JeecgBoot的新版前端VUE3框架。
|
||||||
|
采用 Vue3.0、Vite、 Ant-Design-Vue、TypeScript 等新技术方案,包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能。
|
||||||
|
>[danger] 全新的VUE3技术栈,不只是追赶技术潮流,用了之后才能体会到Vue3的好处,的确比2更加适合大型项目。
|
||||||
|
|
||||||
|
|
||||||
| | 后端源码 | vue2前端源码 | vue3前端源码 |
|
##### 源码下载:
|
||||||
|
|
||||||
|
| | 后端源码 | vue3前端源码 |
|
||||||
|--- |--- | --- |--- |
|
|--- |--- | --- |--- |
|
||||||
| github | https://github.com/jeecgboot/jeecg-boot/tree/master/jeecg-boot | https://github.com/jeecgboot/jeecg-boot/tree/master/ant-design-vue-jeecg | https://github.com/jeecgboot/jeecg-boot-vue3 |
|
| github | https://github.com/jeecgboot/jeecg-boot/tree/master/jeecg-boot | https://github.com/jeecgboot/jeecg-boot-vue3 |
|
||||||
| 码云 | https://gitee.com/jeecg/jeecg-boot/tree/master/jeecg-boot | https://gitee.com/jeecg/jeecg-boot/tree/master/ant-design-vue-jeecg | https://github.com/jeecgboot/jeecg-boot-vue3 |
|
| 码云 | https://gitee.com/jeecg/jeecg-boot/tree/master/jeecg-boot | https://github.com/jeecgboot/jeecg-boot-vue3 |
|
||||||
|
|
||||||
|
##### 相关文档:
|
||||||
|
|
||||||
|
* 在线演示:http://boot3.jeecg.com
|
||||||
|
* JeecgBoot-Vue3文档:[http://vue3.jeecg.com)
|
||||||
|
* Vben文档:[https://vvbin.cn/doc-next](https://vvbin.cn/doc-next/)
|
||||||
|
* Antd-vue文档: [Ant-Design-Vue文档](https://2x.antdv.com/docs/vue/getting-started-cn)
|
||||||
|
|
||||||
|
## 入门必备
|
||||||
|
|
||||||
|
本项目需要一定前端基础知识,请确保掌握 Vue 的基础知识,以便能处理一些常见的问题。 建议在开发前先学一下以下内容,提前了解和学习这些知识,会对项目理解非常有帮助:
|
||||||
|
|
||||||
|
* [Vue3 文档](https://v3.vuejs.org/)
|
||||||
|
* [TypeScript](https://www.typescriptlang.org/)
|
||||||
|
* [Vue-router](https://next.router.vuejs.org/)
|
||||||
|
* [Ant-Design-Vue](https://2x.antdv.com/docs/vue/introduce-cn/)
|
||||||
|
* [Es6](https://es6.ruanyifeng.com/)
|
||||||
|
* [Vitejs](https://vitejs.dev/)
|
||||||
|
* [Pinia(vuex替代方案)](https://pinia.esm.dev/introduction.html)
|
||||||
|
* [Vue-RFCS](https://github.com/vuejs/rfcs)
|
||||||
|
* [Vue2 迁移到 3](https://v3.vuejs.org/guide/migration/introduction.html)
|
||||||
|
* [~~WindiCss~~](https://windicss.netlify.app/)
|
||||||
|
|
||||||
|
|
||||||
|
## 浏览器支持
|
||||||
|
|
||||||
|
**本地开发**推荐使用`Chrome 最新版`浏览器,**不支持**`Chrome 80`以下版本。
|
||||||
|
|
||||||
|
**生产环境**支持现代浏览器,不支持 IE。
|
||||||
|
|
||||||
|
| [](http://godban.github.io/browsers-support-badges/)IE | [](http://godban.github.io/browsers-support-badges/)Edge | [](http://godban.github.io/browsers-support-badges/)Firefox | [](http://godban.github.io/browsers-support-badges/)Chrome | [](http://godban.github.io/browsers-support-badges/)Safari |
|
||||||
|
| --- | --- | --- | --- | --- |
|
||||||
|
| not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Install and use
|
#### Install and use
|
||||||
|
|
||||||
- 技术文档
|
|
||||||
|
|
||||||
[http://vue3.jeecg.com](http://vue3.jeecg.com)
|
|
||||||
|
|
||||||
- 在线演示(beta版本)
|
|
||||||
|
|
||||||
[http://boot3.jeecg.com](http://boot3.jeecg.com)
|
|
||||||
|
|
||||||
|
|
||||||
- Get the project code
|
- Get the project code
|
||||||
|
|
||||||
|
|
|
@ -3,30 +3,65 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
JEECG BOOT 低代码开发平台(前端vue3版本)
|
JEECG BOOT 低代码平台(Vue3前端版本)
|
||||||
===============
|
===============
|
||||||
|
|
||||||
尚未正式发布: 1.0(发布日期:???)
|
尚未正式发布: 1.0(发布日期:???)
|
||||||
|
|
||||||
|
|
||||||
#### 项目源码
|
## 简介
|
||||||
|
Jeecg-Boot-Vue3 是在 Vben-Admin 基础上研发的,适合于JeecgBoot的新版前端VUE3框架。
|
||||||
|
采用 Vue3.0、Vite、 Ant-Design-Vue、TypeScript 等新技术方案,包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能。
|
||||||
|
>[danger] 全新的VUE3技术栈,不只是追赶技术潮流,用了之后才能体会到Vue3的好处,的确比2更加适合大型项目。
|
||||||
|
|
||||||
|
|
||||||
| | 后端源码 | vue2前端源码 | vue3前端源码 |
|
##### 源码下载:
|
||||||
|
|
||||||
|
| | 后端源码 | vue3前端源码 |
|
||||||
|--- |--- | --- |--- |
|
|--- |--- | --- |--- |
|
||||||
| github | https://github.com/jeecgboot/jeecg-boot/tree/master/jeecg-boot | https://github.com/jeecgboot/jeecg-boot/tree/master/ant-design-vue-jeecg | https://github.com/jeecgboot/jeecg-boot-vue3 |
|
| github | https://github.com/jeecgboot/jeecg-boot/tree/master/jeecg-boot | https://github.com/jeecgboot/jeecg-boot-vue3 |
|
||||||
| 码云 | https://gitee.com/jeecg/jeecg-boot/tree/master/jeecg-boot | https://gitee.com/jeecg/jeecg-boot/tree/master/ant-design-vue-jeecg | https://github.com/jeecgboot/jeecg-boot-vue3 |
|
| 码云 | https://gitee.com/jeecg/jeecg-boot/tree/master/jeecg-boot | https://github.com/jeecgboot/jeecg-boot-vue3 |
|
||||||
|
|
||||||
|
##### 相关文档:
|
||||||
|
|
||||||
|
* 在线演示:http://boot3.jeecg.com
|
||||||
|
* JeecgBoot-Vue3文档:[http://vue3.jeecg.com)
|
||||||
|
* Vben文档:[https://vvbin.cn/doc-next](https://vvbin.cn/doc-next/)
|
||||||
|
* Antd-vue文档: [Ant-Design-Vue文档](https://2x.antdv.com/docs/vue/getting-started-cn)
|
||||||
|
|
||||||
|
## 入门必备
|
||||||
|
|
||||||
|
本项目需要一定前端基础知识,请确保掌握 Vue 的基础知识,以便能处理一些常见的问题。 建议在开发前先学一下以下内容,提前了解和学习这些知识,会对项目理解非常有帮助:
|
||||||
|
|
||||||
|
* [Vue3 文档](https://v3.vuejs.org/)
|
||||||
|
* [TypeScript](https://www.typescriptlang.org/)
|
||||||
|
* [Vue-router](https://next.router.vuejs.org/)
|
||||||
|
* [Ant-Design-Vue](https://2x.antdv.com/docs/vue/introduce-cn/)
|
||||||
|
* [Es6](https://es6.ruanyifeng.com/)
|
||||||
|
* [Vitejs](https://vitejs.dev/)
|
||||||
|
* [Pinia(vuex替代方案)](https://pinia.esm.dev/introduction.html)
|
||||||
|
* [Vue-RFCS](https://github.com/vuejs/rfcs)
|
||||||
|
* [Vue2 迁移到 3](https://v3.vuejs.org/guide/migration/introduction.html)
|
||||||
|
* [~~WindiCss~~](https://windicss.netlify.app/)
|
||||||
|
|
||||||
|
|
||||||
|
## 浏览器支持
|
||||||
|
|
||||||
|
**本地开发**推荐使用`Chrome 最新版`浏览器,**不支持**`Chrome 80`以下版本。
|
||||||
|
|
||||||
|
**生产环境**支持现代浏览器,不支持 IE。
|
||||||
|
|
||||||
|
| [](http://godban.github.io/browsers-support-badges/)IE | [](http://godban.github.io/browsers-support-badges/)Edge | [](http://godban.github.io/browsers-support-badges/)Firefox | [](http://godban.github.io/browsers-support-badges/)Chrome | [](http://godban.github.io/browsers-support-badges/)Safari |
|
||||||
|
| --- | --- | --- | --- | --- |
|
||||||
|
| not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Install and use
|
#### Install and use
|
||||||
|
|
||||||
- 技术文档
|
|
||||||
|
|
||||||
[http://vue3.jeecg.com](http://vue3.jeecg.com)
|
|
||||||
|
|
||||||
- 在线演示(beta版本)
|
|
||||||
|
|
||||||
[http://boot3.jeecg.com](http://boot3.jeecg.com)
|
|
||||||
|
|
||||||
|
|
||||||
- Get the project code
|
- Get the project code
|
||||||
|
|
Loading…
Reference in New Issue