A modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast!
Go to file
2023-09-13 20:26:07 +08:00
.github chore: change to setup syntax 2021-08-16 23:43:09 +08:00
.husky fix: Fix stylelint does not support html files 2021-11-10 23:24:39 +08:00
.vscode Compact main branch (#2255) 2022-10-10 10:53:48 +08:00
build Compact main branch (#2255) 2022-10-10 10:53:48 +08:00
mock Compact main branch (#2255) 2022-10-10 10:53:48 +08:00
public feat(components): 更新 tinymce skins 目录文件版本 #2155 (#2192) 2022-10-09 16:26:32 +08:00
src Compact main branch (#2255) 2022-10-10 10:53:48 +08:00
types Compact main branch (#2255) 2022-10-10 10:53:48 +08:00
.editorconfig chore: update readme.md 2021-03-04 21:31:33 +08:00
.env chore: update deps 2021-03-02 06:59:38 +08:00
.env.development refactor(test-server): improve test service code 2021-06-05 22:29:56 +08:00
.env.production chore: update .env 2021-07-29 00:09:20 +08:00
.env.test chore: add a multi-environment configuration example 2021-07-07 23:47:47 +08:00
.eslintignore chore: add some notes 2021-02-09 23:47:14 +08:00
.eslintrc.js chore: remove jest 2022-03-18 20:22:05 +08:00
.gitignore docs: 添加注释, 修复 (#1927) 2022-06-16 19:02:10 +08:00
.gitpod.yml fix: Fix stylelint does not support html files 2021-11-10 23:24:39 +08:00
.prettierignore feat(tinymce): add rich editor 2020-10-22 22:30:50 +08:00
.stylelintignore refactor(tinymce): changed to npm introduction,fix #435,fix 434 2021-03-29 22:25:44 +08:00
CHANGELOG.md chore: update pkg 2021-11-03 00:38:24 +08:00
CHANGELOG.zh_CN.md Compact main branch (#2255) 2022-10-10 10:53:48 +08:00
commitlint.config.js Compact main branch (#2255) 2022-10-10 10:53:48 +08:00
index.html Compact main branch (#2255) 2022-10-10 10:53:48 +08:00
LICENSE initial commit 2020-09-28 20:19:10 +08:00
package.json fix: Upgrade Vue version (#3023) 2023-09-13 20:26:07 +08:00
pnpm-lock.yaml Compact main branch (#2255) 2022-10-10 10:53:48 +08:00
postcss.config.js refactor: refactor tailwindcss to windicss 2021-08-03 07:40:29 +08:00
prettier.config.js Compact main branch (#2255) 2022-10-10 10:53:48 +08:00
README.md explicitly checkout the thin branch (#2464) 2022-12-18 19:54:20 +08:00
stylelint.config.js fix: 修复 运行npm run lint:stylelint命令时,无法识别less内置函数 (#1736) 2022-03-23 22:31:01 +08:00
tsconfig.json tsconfig 增加 types , 解决webstorm提示错误 (#1527) 2021-12-28 18:47:57 +08:00
vite.config.ts Compact main branch (#2255) 2022-10-10 10:53:48 +08:00
windi.config.ts wip: Upgrade ant-design-vue 3.0 2021-11-24 23:25:13 +08:00
yarn.lock chore: use cz-git commitizen adapter (#2054) 2022-07-10 18:27:38 +08:00

VbenAdmin Logo

license

Vue vben admin

简介

精简 Vue Vben Admin。

特性

  • 最新技术栈:使用 Vue3/vite2 等前端前沿技术开发
  • TypeScript: 应用程序级 JavaScript 的语言
  • 主题:可配置的主题
  • 国际化:内置完善的国际化方案
  • Mock 数据 内置 Mock 数据方案
  • 权限 内置完善的动态路由权限生成方案
  • 组件 二次封装了多个常用的组件

预览

准备

安装使用

  • 获取项目代码
git clone https://github.com/anncwb/vue-vben-admin.git
  • 安装依赖
cd vue-vben-admin
git checkout thin
pnpm install

  • 运行
pnpm serve
  • 打包
pnpm build

Git 贡献提交规范

  • 参考 vue 规范 (Angular)

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

相关仓库

如果这些插件对你有帮助,可以给一个 star 支持下

License

MIT © Vben-2020