mirror of https://github.com/jeecgboot/jeecg-boot
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JEECG
b3e3951064
|
1 week ago | |
---|---|---|
.. | ||
build | 5 months ago | |
mock | 4 months ago | |
public | 5 months ago | |
src | 1 week ago | |
tests | 5 months ago | |
types | 5 months ago | |
.editorconfig | 5 months ago | |
.env | 5 months ago | |
.env.development | 5 months ago | |
.env.production | 3 months ago | |
.eslintignore | 5 months ago | |
.eslintrc.js | 5 months ago | |
.gitignore | 5 months ago | |
.gitpod.yml | 5 months ago | |
.prettierignore | 5 months ago | |
.stylelintignore | 5 months ago | |
.yarnclean | 5 months ago | |
Dockerfile | 3 months ago | |
LICENSE | 2 months ago | |
README.md | 3 weeks ago | |
commitlint.config.js | 5 months ago | |
index.html | 5 months ago | |
jest.config.mjs | 5 months ago | |
npm | 5 months ago | |
package.json | 2 months ago | |
pnpm-lock.yaml | 2 months ago | |
postcss.config.js | 5 months ago | |
prettier.config.js | 5 months ago | |
stylelint.config.js | 5 months ago | |
tsconfig.json | 5 months ago | |
vite.config.ts | 5 months ago |
README.md
JeecgBoot 企业级低代码开发平台
当前最新版本: 3.7.1(发布时间:2024-09-12)
[](https://github.com /zhangdaiscott/jeecg-boot)
简介
JeecgBoot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue4、TypeScript 等新技术方案,包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能。
强大的代码生成器让前后端代码一键生成! JeecgBoot引领低代码开发模式(OnlineCoding-> 代码生成-> 手工MERGE), 帮助解决Java项目70%的重复工作,让开发更多关注业务。既能快速提高效率,节省成本,同时又不失灵活性
开发环境搭建
技术文档
- 官方文档:https://help.jeecg.com
- 快速入门:快速入门 | 常见问题
- QQ交流群:⑩716488839、⑨808791225、其他满
- 在线演示 : 系统演示 | APP演示
演示系统的登录账号密码,请点击 获取账号密码 获取
安装与使用
- 本地环境安装
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 的基础知识,以便能处理一些常见的问题。 建议在开发前先学一下以下内容,提前了解和学习这些知识,会对项目理解非常有帮助:
- JeecgBoot文档
- Vue3 文档
- Vben文档
- Ant-Design-Vue
- TypeScript
- Vue-router
- Es6
- Vitejs
- Pinia(vuex替代方案)
- Vue-RFCS
- vxetable文档
浏览器支持
本地开发推荐使用Chrome 最新版
浏览器,不支持Chrome 90
以下版本。
生产环境支持现代浏览器,不支持 IE。
IE | Edge | Firefox | Chrome | Safari |
---|---|---|---|---|
not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |