pull/22/head
parent
ec2fdbf2f8
commit
8fc58eee4c
13
README.md
13
README.md
|
@ -1,4 +1,3 @@
|
|||
|
||||

|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue