You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ZR20090193-陈敬勇 333c5ede02 费用相关及优化 2 years ago
..
.github 初始化 2 years ago
.husky 初始化 2 years ago
build 初始化 2 years ago
mock 初始化 2 years ago
public 计费部分模块 及系统优化 2 years ago
src 费用相关及优化 2 years ago
types 初始化 2 years ago
.editorconfig 初始化 2 years ago
.env 前后端公告模块等 2 years ago
.env.development 修改配置 2 years ago
.env.production 修改配置 2 years ago
.env.test 初始化 2 years ago
.eslintignore 初始化 2 years ago
.eslintrc.js 初始化 2 years ago
.gitignore 初始化 2 years ago
.gitpod.yml 初始化 2 years ago
.prettierignore 初始化 2 years ago
.stylelintignore 初始化 2 years ago
CHANGELOG.md 初始化 2 years ago
CHANGELOG.zh_CN.md 初始化 2 years ago
LICENSE 初始化 2 years ago
README.md 初始化 2 years ago
commitlint.config.js 初始化 2 years ago
index.html 初始化 2 years ago
package.json 服务端入库预约 2 years ago
postcss.config.js 初始化 2 years ago
prettier.config.js 初始化 2 years ago
stylelint.config.js 初始化 2 years ago
tsconfig.json 初始化 2 years ago
vite.config.ts 初始化 2 years ago
windi.config.ts 初始化 2 years ago
yarn.lock 服务端入库预约 2 years ago

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
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