|  | 3 年之前 | |
|---|---|---|
| build | 3 年之前 | |
| mock | 3 年之前 | |
| public | 3 年之前 | |
| src | 3 年之前 | |
| tests | 3 年之前 | |
| types | 3 年之前 | |
| .editorconfig | 4 年之前 | |
| .env | 3 年之前 | |
| .env.development | 3 年之前 | |
| .env.production | 3 年之前 | |
| .env.test | 3 年之前 | |
| .eslintignore | 4 年之前 | |
| .eslintrc.js | 4 年之前 | |
| .gitignore | 4 年之前 | |
| .gitpod.yml | 4 年之前 | |
| .prettierignore | 4 年之前 | |
| .stylelintignore | 4 年之前 | |
| .yarnclean | 4 年之前 | |
| LICENSE | 4 年之前 | |
| README.md | 3 年之前 | |
| commitlint.config.js | 4 年之前 | |
| index.html | 3 年之前 | |
| jest.config.mjs | 4 年之前 | |
| npm | 4 年之前 | |
| package.json | 3 年之前 | |
| postcss.config.js | 4 年之前 | |
| prettier.config.js | 3 年之前 | |
| stylelint.config.js | 4 年之前 | |
| tsconfig.json | 4 年之前 | |
| vite.config.ts | 3 年之前 | |
| windi.config.ts | 3 年之前 | |
| yarn.lock | 3 年之前 | 
当前最新版本: 1.0.0-beta(预计发布日期 20220321)
JeecgBoot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue、TypeScript 等新技术方案,包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能。 是在 Vben-Admin 基础上研发的,适合于JeecgBoot的新版前端VUE3框架。
全新的VUE3技术栈,不只是追赶技术潮流,用了之后才能体会到Vue3的好处,的确比2更加适合大型项目。
| 后端源码 | vue3前端源码 | |
|---|---|---|
| github | https://github.com/jeecgboot/jeecg-boot | https://github.com/jeecgboot/jeecgboot-vue3 | 
| 码云 | https://gitee.com/jeecg/jeecg-boot | https://gitee.com/jeecg/jeecgboot-vue3 | 
本项目需要一定前端基础知识,请确保掌握 Vue 的基础知识,以便能处理一些常见的问题。 建议在开发前先学一下以下内容,提前了解和学习这些知识,会对项目理解非常有帮助:
本地开发推荐使用Chrome 最新版浏览器,不支持Chrome 80以下版本。
生产环境支持现代浏览器,不支持 IE。
|  IE |  Edge |  Firefox |  Chrome |  Safari | 
|---|---|---|---|---|
| not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions | 
git clone https://github.com/jeecgboot/jeecgboot-vue3.git
cd jeecgboot-vue3
yarn install
yarn serve
yarn build