护理单元运营平台vue
Go to file
1378012178@qq.com 6c25f21f19 字段调整 2025-06-12 14:15:00 +08:00
build 后台页面 2025-03-10 17:08:02 +08:00
mock 后台页面 2025-03-10 17:08:02 +08:00
public 临时版本 2025-03-24 14:59:52 +08:00
src 字段调整 2025-06-12 14:15:00 +08:00
tests 后台页面 2025-03-10 17:08:02 +08:00
types 后台页面 2025-03-10 17:08:02 +08:00
.editorconfig 后台页面 2025-03-10 17:08:02 +08:00
.env 临时版本 2025-03-24 14:59:52 +08:00
.env.development 1、服务指令文件同步 2025-05-27 14:19:54 +08:00
.env.production 调整正式环境后台接口地址 2025-05-13 15:43:42 +08:00
.eslintignore 后台页面 2025-03-10 17:08:02 +08:00
.eslintrc.js 后台页面 2025-03-10 17:08:02 +08:00
.gitignore git提交忽略pnpm-lock.yaml文件 2025-03-21 14:26:36 +08:00
.gitpod.yml 后台页面 2025-03-10 17:08:02 +08:00
.prettierignore 后台页面 2025-03-10 17:08:02 +08:00
.stylelintignore 后台页面 2025-03-10 17:08:02 +08:00
.yarnclean 后台页面 2025-03-10 17:08:02 +08:00
Dockerfile 后台页面 2025-03-10 17:08:02 +08:00
LICENSE 后台页面 2025-03-10 17:08:02 +08:00
README.md 后台页面 2025-03-10 17:08:02 +08:00
commitlint.config.js 后台页面 2025-03-10 17:08:02 +08:00
index.html 字段调整 2025-06-12 14:15:00 +08:00
jest.config.mjs 后台页面 2025-03-10 17:08:02 +08:00
npm 后台页面 2025-03-10 17:08:02 +08:00
package.json 字段调整 2025-06-12 14:15:00 +08:00
postcss.config.js 后台页面 2025-03-10 17:08:02 +08:00
prettier.config.js 后台页面 2025-03-10 17:08:02 +08:00
stylelint.config.js 后台页面 2025-03-10 17:08:02 +08:00
tsconfig.json 后台页面 2025-03-10 17:08:02 +08:00
vite.config.ts 后台页面 2025-03-10 17:08:02 +08:00

README.md

JeecgBoot 企业级低代码开发平台

当前最新版本: 3.7.2发布时间2024-12-12

AUR [](https://github.com /zhangdaiscott/jeecg-boot) GitHub stars GitHub forks

简介

JeecgBoot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue4、TypeScript 等新技术方案包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能。

强大的代码生成器让前后端代码一键生成! JeecgBoot引领低代码开发模式(OnlineCoding-> 代码生成-> 手工MERGE) 帮助解决Java项目70%的重复工作,让开发更多关注业务。既能快速提高效率,节省成本,同时又不失灵活性

开发环境搭建

技术文档

演示系统的登录账号密码,请点击 获取账号密码 获取

安装与使用

  • 本地环境安装 Node.js 、npm 、pnpm
  • Node.js 版本建议v20.15.0,要求Node 20+ 版本以上

( 因为Vite5 不再支持已 EOL 的 Node.js 14 / 16 / 17 / 19现在需要 Node.js 18 / 20+ )

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

pnpm install
  • 配置接口地址 .env.development
VITE_PROXY = [["/jeecgboot","http://localhost:8080/jeecg-boot"],["/upload","http://localhost:3300/upload"]]
VITE_GLOB_DOMAIN_URL=http://localhost:8080/jeecg-boot

说明:把http://localhost:8080/jeecg-boot 换成自己地址,其他不用改。

  • run
pnpm dev
  • build
pnpm build

入门必备

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

浏览器支持

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

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

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