vben3 has been archived, please use the latest vben 5.0
Code repository https://github.com/vbenjs/vue-vben-admin
Preview address https://www.vben.pro/
Document address https://doc.vben.pro/
English | 简体中文
Vben3 is a free and open source middle and back-end template. Using the latest vue3, vite4, TypeScript and other mainstream technology development, the out-of-the-box middle and back-end front-end solutions can also be used for learning reference.
- Github:https://github.com/vbenjs/vben3
- Document:https://github.com/vbenjs/vben3-doc
- KOOK:https://kook.top/6ZPFKi
- Vben3 QQ group:4286109
git clone https://github.com/vbenjs/vben3.git
pnpm i
pnpm dev
You are very welcome to join!Raise an issue Or submit a Pull Request。
Pull Request:
- Fork code!
- Create your own branch:
git checkout -b feat/xxxx - Submit your changes:
git commit -m 'feat(function): add xxxxx' - Push your branch:
git push origin feat/xxxx - submit:
pull request
- reference vue specification (Angular)
featAdd new featuresfixFix the problem/BUGstyleThe code style is related and does not affect the running resultperfOptimization/performance improvementrefactorRefactorrevertUndo edittestTest relateddocsDocumentation/noteschoreDependency update/scaffolding configuration modification etc.workflowWorkflow improvementsciContinuous integrationtypesType definition file changeswipIn development
Vben3 is MIT licensed. See the LICENSE file for details.