合同小程序后台管理系统前端代码
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.

109 lines
4.6 KiB

2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
  1. # contract-admin-front
  2. 合同小程序后台管理系统代码
  3. ===============
  4. 当前最新版本: 3.7.2(发布时间:2024-12-12)
  5. [![AUR](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://github.com/zhangdaiscott/jeecg-boot/blob/master/LICENSE)
  6. [![](https://img.shields.io/badge/Author-北京国炬软件-orange.svg)](http://jeecg.com/aboutusIndex)
  7. [![](https://img.shields.io/badge/version-3.7.2-brightgreen.svg)](https://github.com
  8. /zhangdaiscott/jeecg-boot)
  9. [![GitHub stars](https://img.shields.io/github/stars/zhangdaiscott/jeecg-boot.svg?style=social&label=Stars)](https://github.com/zhangdaiscott/jeecg-boot)
  10. [![GitHub forks](https://img.shields.io/github/forks/zhangdaiscott/jeecg-boot.svg?style=social&label=Fork)](https://github.com/zhangdaiscott/jeecg-boot)
  11. ## 简介
  12. JeecgBoot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue4、TypeScript 等新技术方案,包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能。
  13. > 强大的代码生成器让前后端代码一键生成! JeecgBoot引领低代码开发模式(OnlineCoding-> 代码生成-> 手工MERGE), 帮助解决Java项目70%的重复工作,让开发更多关注业务。既能快速提高效率,节省成本,同时又不失灵活性
  14. ## 开发环境搭建
  15. - [前端开发环境准备](https://help.jeecg.com/setup/dev.html)
  16. - [前端项目快速启动](https://help.jeecg.com/setup/startup.html)
  17. - [通过IDEA启动项目](https://help.jeecg.com/java/setup/idea/startup.html)
  18. ## 技术文档
  19. - 官方文档:[https://help.jeecg.com](https://help.jeecg.com)
  20. - 快速入门:[快速入门](http://jeecg.com/doc/quickstart) | [常见问题](http://help.jeecg.com/qa.html)
  21. - QQ交流群:⑩716488839、⑨808791225、其他满
  22. - 在线演示 : [系统演示](http://boot3.jeecg.com) | [APP演示](http://jeecg.com/appIndex)
  23. > 演示系统的登录账号密码,请点击 [获取账号密码](http://jeecg.com/doc/demo) 获取
  24. ## 安装与使用
  25. * 本地环境安装 `Node.js 、npm 、pnpm`
  26. * Node.js 版本建议`v20.15.0`,要求`Node 20+` 版本以上
  27. ` ( 因为Vite5 不再支持已 EOL 的 Node.js 14 / 16 / 17 / 19,现在需要 Node.js 18 / 20+ )`
  28. - Get the project code
  29. ```bash
  30. git clone https://github.com/jeecgboot/JeecgBoot.git
  31. ```
  32. - Installation dependencies
  33. ```bash
  34. cd JeecgBoot/jeecgboot-vue3
  35. pnpm install
  36. ```
  37. - 配置接口地址 `.env.development`
  38. ```bash
  39. VITE_PROXY = [["/jeecgboot","http://localhost:8080/jeecg-boot"],["/upload","http://localhost:3300/upload"]]
  40. VITE_GLOB_DOMAIN_URL=http://localhost:8080/jeecg-boot
  41. ```
  42. > 说明:把`http://localhost:8080/jeecg-boot` 换成自己地址,其他不用改。
  43. - run
  44. ```bash
  45. pnpm dev
  46. ```
  47. - build
  48. ```bash
  49. pnpm build
  50. ```
  51. ## 入门必备
  52. 本项目需要一定前端基础知识,请确保掌握 Vue 的基础知识,以便能处理一些常见的问题。 建议在开发前先学一下以下内容,提前了解和学习这些知识,会对项目理解非常有帮助:
  53. * [JeecgBoot文档](http://help.jeecg.com)
  54. * [Vue3 文档](https://cn.vuejs.org/)
  55. * [Vben文档](https://doc.vvbin.cn)
  56. * [Ant-Design-Vue](https://www.antdv.com/docs/vue/introduce-cn/)
  57. * [TypeScript](https://www.typescriptlang.org/)
  58. * [Vue-router](https://router.vuejs.org/zh)
  59. * [Es6](https://es6.ruanyifeng.com/)
  60. * [Vitejs](https://cn.vitejs.dev/guide/)
  61. * [Pinia(vuex替代方案)](https://pinia.esm.dev/introduction.html)
  62. * [Vue-RFCS](https://github.com/vuejs/rfcs)
  63. * [vxetable文档](https://vxetable.cn)
  64. ## 浏览器支持
  65. **本地开发**推荐使用`Chrome 最新版`浏览器,**不支持**`Chrome 90`以下版本。
  66. **生产环境**支持现代浏览器,不支持 IE。
  67. | [![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 |
  68. | --- | --- | --- | --- | --- |
  69. | not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |