pull/22/head
zhangdaiscott 2022-03-09 20:38:44 +08:00
parent ec2fdbf2f8
commit 8fc58eee4c
1 changed files with 6 additions and 7 deletions

View File

@ -1,4 +1,3 @@
![JEECG](https://jeecgos.oss-cn-beijing.aliyuncs.com/files/site/jeecgfengm.png "JeecgBoot低代码开发平台")
@ -6,11 +5,11 @@
JEECG BOOT 低代码平台Vue3前端版本
===============
当前最新版本1.0.0-beta发布日期未正式发布
当前最新版本: 1.0.0-beta发布日期未正式发布
## 简介
Jeecg-Boot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue、TypeScript 等新技术方案包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能。
JeecgBoot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue、TypeScript 等新技术方案包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能。
是在 Vben-Admin 基础上研发的适合于JeecgBoot的新版前端VUE3框架。
> 全新的VUE3技术栈不只是追赶技术潮流用了之后才能体会到Vue3的好处的确比2更加适合大型项目。
@ -21,8 +20,8 @@ Jeecg-Boot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue、TypeScript 等新技术
| | 后端源码 | vue3前端源码 |
|--- |--- | --- |
| github | https://github.com/jeecgboot/jeecg-boot | https://github.com/jeecgboot/jeecg-boot-vue3 |
| 码云 | https://gitee.com/jeecg/jeecg-boot | https://gitee.com/jeecg/jeecg-boot-vue3 |
| github | https://github.com/jeecgboot/jeecg-boot | https://github.com/jeecgboot/jeecgboot-vue3 |
| 码云 | https://gitee.com/jeecg/jeecg-boot | https://gitee.com/jeecg/jeecgboot-vue3 |
##### 相关文档:
@ -70,13 +69,13 @@ Jeecg-Boot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue、TypeScript 等新技术
- Get the project code
```bash
git clone https://github.com/jeecgboot/jeecg-boot-vue3.git
git clone https://github.com/jeecgboot/jeecgboot-vue3.git
```
- Installation dependencies
```bash
cd jeecg-boot-vue3
cd jeecgboot-vue3
yarn install