Skip to content

A modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast!

License

Notifications You must be signed in to change notification settings

Syxi/vue-vben-admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

以vben5前端项目二次开发的

vben5前端地址:https://github.com/vbenjs/vue-vben-admin

注册依赖

cd 到 vue-vben-admin
pnpm install

注册依赖

cd 到 vue-vben-admin\apps\web-ele
pnpm install

项目启动

cd 到 vue-vben-admin
pnpm run dev:ele

打包

pnpm run build:ele

Pull Request:

  1. Fork code!
  2. Create your own branch: git checkout -b feat/xxxx
  3. Submit your changes: git commit -am 'feat(function): add xxxxx'
  4. Push your branch: git push origin feat/xxxx
  5. submitpull request

Git Contribution submission specification

  • feat: 增加新功能
  • fix: 修复问题/BUG
  • style: 代码风格相关无影响运行结果的
  • perf: 优化/性能提升
  • refactor: 重构
  • revert: 撤销修改
  • test: 测试相关
  • docs: 文档/注释
  • chore: 依赖更新/脚手架配置修改等
  • workflow: 工作流改进
  • ci: 持续集成
  • types: 类型修改

强制提交

  • git commit --no-verify -m '提交信息'

About

A modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast!

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 36.9%
  • JavaScript 36.3%
  • TypeScript 20.7%
  • CSS 4.8%
  • HTML 1.2%
  • SCSS 0.1%