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)
feat
Add new featuresfix
Fix the problem/BUGstyle
The code style is related and does not affect the running resultperf
Optimization/performance improvementrefactor
Refactorrevert
Undo edittest
Test relateddocs
Documentation/noteschore
Dependency update/scaffolding configuration modification etc.workflow
Workflow improvementsci
Continuous integrationtypes
Type definition file changeswip
In development
Vben3 is MIT licensed. See the LICENSE file for details.