You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
unitwk 43a4d986b2
fix: Upgrade Vue version (#3023)
1 year ago
.github chore: use node16 3 years ago
.husky fix: Fix stylelint does not support html files 3 years ago
.vscode Compact main branch (#2255) 2 years ago
build Compact main branch (#2255) 2 years ago
mock Compact main branch (#2255) 2 years ago
public feat(components): 更新 tinymce skins 目录文件版本 #2155 (#2192) 2 years ago
src Compact main branch (#2255) 2 years ago
types Compact main branch (#2255) 2 years ago
.editorconfig chore: update readme.md 4 years ago
.env perf: improve persistent logic 4 years ago
.env.development refactor(test-server): improve test service code 3 years ago
.env.production chore: update deps 4 years ago
.env.test chore: add a multi-environment configuration example 3 years ago
.eslintignore chore: add some notes 4 years ago
.eslintrc.js chore: remove jest 3 years ago
.gitignore docs: 添加注释, 修复 (#1927) 2 years ago
.gitpod.yml fix: Fix stylelint does not support html files 3 years ago
.prettierignore feat(tinymce): add rich editor 4 years ago
.stylelintignore refactor(tinymce): changed to npm introduction,fix #435,fix 434 4 years ago
CHANGELOG.md chore: update pkg 3 years ago
CHANGELOG.zh_CN.md Compact main branch (#2255) 2 years ago
LICENSE initial commit 4 years ago
README.md explicitly checkout the thin branch (#2464) 2 years ago
commitlint.config.js Compact main branch (#2255) 2 years ago
index.html Compact main branch (#2255) 2 years ago
package.json fix: Upgrade Vue version (#3023) 1 year ago
pnpm-lock.yaml Compact main branch (#2255) 2 years ago
postcss.config.js fix(moment): fix moment error #217 4 years ago
prettier.config.js Compact main branch (#2255) 2 years ago
stylelint.config.js fix: 修复 运行npm run lint:stylelint命令时,无法识别less内置函数 (#1736) 3 years ago
tsconfig.json tsconfig 增加 types , 解决webstorm提示错误 (#1527) 3 years ago
vite.config.ts Compact main branch (#2255) 2 years ago
windi.config.ts wip: Upgrade ant-design-vue 3.0 3 years ago
yarn.lock chore: use `cz-git` commitizen adapter (#2054) 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