jeecg-boot-vue3/README.md

3.4 KiB
Raw Blame History

JEECG

JEECG BOOT 低代码平台Vue3前端版本

尚未正式发布: 1.0(发布日期:???

简介

Jeecg-Boot-Vue3 是在 Vben-Admin 基础上研发的适合于JeecgBoot的新版前端VUE3框架。 采用 Vue3.0、Vite、 Ant-Design-Vue、TypeScript 等新技术方案包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能。

[danger] 全新的VUE3技术栈不只是追赶技术潮流用了之后才能体会到Vue3的好处的确比2更加适合大型项目。

源码下载:
后端源码 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://github.com/jeecgboot/jeecg-boot-vue3
相关文档:

入门必备

本项目需要一定前端基础知识,请确保掌握 Vue 的基础知识,以便能处理一些常见的问题。 建议在开发前先学一下以下内容,提前了解和学习这些知识,会对项目理解非常有帮助:

浏览器支持

本地开发推荐使用Chrome 最新版浏览器,不支持Chrome 80以下版本。

生产环境支持现代浏览器,不支持 IE。

IEIE  EdgeEdge FirefoxFirefox ChromeChrome SafariSafari
not support last 2 versions last 2 versions last 2 versions last 2 versions

Install and use

  • Get the project code
git clone https://github.com/jeecgboot/jeecg-boot-vue3.git
  • Installation dependencies
cd jeecg-boot-vue3

yarn install

  • run
yarn serve
  • build
yarn build