农业
 
 
 
 
 
Go to file
ihzero ac3caee8ee 看板 2022-11-03 09:57:01 +08:00
.github first commit 2022-10-19 13:19:03 +08:00
.vscode ant3 2022-10-21 11:51:11 +08:00
build 3 2022-10-21 11:51:29 +08:00
mock first commit 2022-10-19 13:19:03 +08:00
public first commit 2022-10-19 13:19:03 +08:00
src 看板 2022-11-03 09:57:01 +08:00
tests first commit 2022-10-19 13:19:03 +08:00
types ant3 2022-10-21 11:51:11 +08:00
.editorconfig first commit 2022-10-19 13:19:03 +08:00
.env first commit 2022-10-19 13:19:03 +08:00
.env.development first commit 2022-10-19 13:19:03 +08:00
.env.production first commit 2022-10-19 13:19:03 +08:00
.env.test first commit 2022-10-19 13:19:03 +08:00
.eslintignore first commit 2022-10-19 13:19:03 +08:00
.eslintrc.js 3 2022-10-21 11:51:29 +08:00
.gitignore ant3 2022-10-21 11:51:11 +08:00
.gitpod.yml ant3 2022-10-21 11:51:11 +08:00
.prettierignore first commit 2022-10-19 13:19:03 +08:00
.stylelintignore first commit 2022-10-19 13:19:03 +08:00
.yarnrc 设置时间 2022-10-27 10:22:32 +08:00
CHANGELOG.md first commit 2022-10-19 13:19:03 +08:00
CHANGELOG.zh_CN.md ant3 2022-10-21 11:51:11 +08:00
LICENSE first commit 2022-10-19 13:19:03 +08:00
README.md ant3 2022-10-21 11:51:11 +08:00
commitlint.config.js ant3 2022-10-21 11:51:11 +08:00
index.html ant3 2022-10-21 11:51:11 +08:00
package.json 修改 2022-10-26 17:36:43 +08:00
pnpm-lock.yaml ant3 2022-10-21 11:51:11 +08:00
postcss.config.js first commit 2022-10-19 13:19:03 +08:00
prettier.config.js ant3 2022-10-21 11:51:11 +08:00
stylelint.config.js 3 2022-10-21 11:51:29 +08:00
tsconfig.json ant3 2022-10-21 11:51:11 +08:00
vite.config.ts ant3 2022-10-21 11:51:11 +08:00
windi.config.ts 3 2022-10-21 11:51:29 +08:00
yarn.lock 对接角色管理接口 2022-11-02 09:30:55 +08:00

README.md

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

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