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.
张同海 80354673d1 海运出口 7 months ago
..
.github 更新客户端项目 10 months ago
.husky 更新客户端项目 10 months ago
build 02/27 9 months ago
mock 更新客户端项目 10 months ago
public 更新客户端项目 10 months ago
src 海运出口 7 months ago
types 更新客户端项目 10 months ago
.editorconfig 更新客户端项目 10 months ago
.env 更新客户端项目 10 months ago
.env.development 基本数据配置 字典 token刷新 等 9 months ago
.env.production 02/27 9 months ago
.env.test 更新客户端项目 10 months ago
.eslintignore 更新客户端项目 10 months ago
.eslintrc.js 更新客户端项目 10 months ago
.gitignore 更新客户端项目 10 months ago
.gitpod.yml 更新客户端项目 10 months ago
.prettierignore 更新客户端项目 10 months ago
.stylelintignore 更新客户端项目 10 months ago
CHANGELOG.md 更新客户端项目 10 months ago
CHANGELOG.zh_CN.md 更新客户端项目 10 months ago
LICENSE 更新客户端项目 10 months ago
README.md 更新客户端项目 10 months ago
commitlint.config.js 更新客户端项目 10 months ago
index.html 更新客户端项目 10 months ago
package.json 海运出口 7 months ago
postcss.config.js 更新客户端项目 10 months ago
prettier.config.js 更新客户端项目 10 months ago
stylelint.config.js 更新客户端项目 10 months ago
tsconfig.json 更新客户端项目 10 months ago
vite.config.ts 更新客户端项目 10 months ago
windi.config.ts 更新客户端项目 10 months ago
yarn.lock 02/27 9 months 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