项目通用开发模版 =============== 当前最新版本: 3.7.3(发布时间:2025-02-10) ## 简介 采用 Vue3.0、Vite、 Ant-Design-Vue4、TypeScript 等新技术方案,包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能。 ## 开发环境搭建 - [前端开发环境准备](https://help.jeecg.com/setup/dev) - [前端项目快速启动](https://help.jeecg.com/setup/startup) - [通过IDEA启动项目](https://help.jeecg.com/java/setup/idea/startup) ## 技术文档 - 官方文档:[https://help.jeecg.com](https://help.jeecg.com) - 快速入门:[快速入门](http://jeecg.com/doc/quickstart) | [常见问题](http://help.jeecg.com/qa.html) - 在线演示 : xxxx ## 安装与使用 * 本地环境安装 `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 ```bash git clone xxxxxx ``` - Installation dependencies ```bash cd JeecgBoot/jeecgboot-vue3 pnpm install ``` - 配置接口地址 `.env.development` ```bash VITE_PROXY = [["/api","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 ```bash pnpm dev ``` - build ```bash pnpm build ``` ## 入门必备 本项目需要一定前端基础知识,请确保掌握 Vue 的基础知识,以便能处理一些常见的问题。 建议在开发前先学一下以下内容,提前了解和学习这些知识,会对项目理解非常有帮助: * [JeecgBoot文档](http://help.jeecg.com) * [Vue3 文档](https://cn.vuejs.org/) * [Vben文档](https://doc.vvbin.cn) * [Ant-Design-Vue](https://www.antdv.com/docs/vue/introduce-cn/) * [TypeScript](https://www.typescriptlang.org/) * [Vue-router](https://router.vuejs.org/zh) * [Es6](https://es6.ruanyifeng.com/) * [Vitejs](https://cn.vitejs.dev/guide/) * [Pinia(vuex替代方案)](https://pinia.esm.dev/introduction.html) * [Vue-RFCS](https://github.com/vuejs/rfcs) * [vxetable文档](https://vxetable.cn) ## 浏览器支持 **本地开发**推荐使用`Chrome 最新版`浏览器,**不支持**`Chrome 90`以下版本。 **生产环境**支持现代浏览器,不支持 IE。 | [![IE](https://raw.githubusercontent.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png)](http://godban.github.io/browsers-support-badges/)IE | [![ Edge](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png)](http://godban.github.io/browsers-support-badges/)Edge | [![Firefox](https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png)](http://godban.github.io/browsers-support-badges/)Firefox | [![Chrome](https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png)](http://godban.github.io/browsers-support-badges/)Chrome | [![Safari](https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png)](http://godban.github.io/browsers-support-badges/)Safari | | --- | --- | --- | --- | --- | | not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |