Sem descrição

unitwk 43a4d986b2 fix: Upgrade Vue version (#3023) há 1 ano atrás
.github 8fa6015b1a chore: change to setup syntax há 3 anos atrás
.husky c2b207dd51 fix: Fix stylelint does not support html files há 3 anos atrás
.vscode d5e2d26a0f Compact main branch (#2255) há 2 anos atrás
build d5e2d26a0f Compact main branch (#2255) há 2 anos atrás
mock d5e2d26a0f Compact main branch (#2255) há 2 anos atrás
public 39188780ea feat(components): 更新 tinymce skins 目录文件版本 #2155 (#2192) há 2 anos atrás
src d5e2d26a0f Compact main branch (#2255) há 2 anos atrás
types d5e2d26a0f Compact main branch (#2255) há 2 anos atrás
.editorconfig ee5fb223b6 chore: update readme.md há 4 anos atrás
.env e5b2cc1e98 chore: update deps há 4 anos atrás
.env.development a96cb2509c refactor(test-server): improve test service code há 3 anos atrás
.env.production d2c361803b chore: update .env há 3 anos atrás
.env.test 17e47e074e chore: add a multi-environment configuration example há 3 anos atrás
.eslintignore 07c18d602e chore: add some notes há 4 anos atrás
.eslintrc.js 21bae3ad49 chore: remove jest há 3 anos atrás
.gitignore 19dc88b4e0 docs: 添加注释, 修复 (#1927) há 2 anos atrás
.gitpod.yml c2b207dd51 fix: Fix stylelint does not support html files há 3 anos atrás
.prettierignore c0e4c9e5a5 feat(tinymce): add rich editor há 4 anos atrás
.stylelintignore 39d629a029 refactor(tinymce): changed to npm introduction,fix #435,fix 434 há 4 anos atrás
CHANGELOG.md 74b0dfd54f chore: update pkg há 3 anos atrás
CHANGELOG.zh_CN.md d5e2d26a0f Compact main branch (#2255) há 2 anos atrás
LICENSE 2f6253cfb6 initial commit há 4 anos atrás
README.md c4216e24d6 explicitly checkout the thin branch (#2464) há 2 anos atrás
commitlint.config.js d5e2d26a0f Compact main branch (#2255) há 2 anos atrás
index.html d5e2d26a0f Compact main branch (#2255) há 2 anos atrás
package.json 43a4d986b2 fix: Upgrade Vue version (#3023) há 1 ano atrás
pnpm-lock.yaml d5e2d26a0f Compact main branch (#2255) há 2 anos atrás
postcss.config.js 5e17cc8802 refactor: refactor tailwindcss to windicss há 3 anos atrás
prettier.config.js d5e2d26a0f Compact main branch (#2255) há 2 anos atrás
stylelint.config.js 10b59395b2 fix: 修复 运行npm run lint:stylelint命令时,无法识别less内置函数 (#1736) há 3 anos atrás
tsconfig.json 266b566850 tsconfig 增加 types , 解决webstorm提示错误 (#1527) há 3 anos atrás
vite.config.ts d5e2d26a0f Compact main branch (#2255) há 2 anos atrás
windi.config.ts 3fcfac1f37 wip: Upgrade ant-design-vue 3.0 há 3 anos atrás
yarn.lock 9c26ee1b9c chore: use `cz-git` commitizen adapter (#2054) há 2 anos atrás

README.md

VbenAdmin Logo

[![license](https://img.shields.io/github/license/anncwb/vue-vben-admin.svg)](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