Giter Club home page Giter Club logo

vben-admin-thin-next's Introduction

VbenAdmin Logo

Vben Admin Thin Next

中文 | English

介绍

项目基于ant-design-vue,typescript,vue3.0,vite,tsx实现的 vue3 风格的后台管理系统,

gitHub 地址

vue-vben-admin2.0 - main 分支

精简版地址

vue-vben-admin-thin-next

预览地址

测试账号: vben/123456

VbenAdmin Logo VbenAdmin Logo VbenAdmin Logo

文档

文档地址,持续更新中。。,

预安装

环境要求

  • Node.js: - 版本最好大于 12.0.0
  • yarn > npm > cnpm: - 包管理工具.

UI 框架

测试账号: vben/123456

修改清单

当你开始使用时,请按下面列表先行修改项目

  • 重命名 package.json 中的 name 字段
  • LICENSE中更改作者姓名
  • public中修改 favicon.ico
  • public/resource//src/assets/images/logo.png中修改 logo.png
  • .env[xxx]文件中修改相关项目配置
  • src/settings/projectSetting.ts内调整适合自己的项目风格
  • 项目默认启用角色来控制菜单,且后台请求菜单已被注释,如果需要使用后台动态生成路由。
    • 请将/src/store/modules/permission.ts内的关于动态请求菜单的注释放开
    • 请将/src/utils/helper/routeHelper.ts内的关于动态请求菜单的注释放开

注意

依赖删除了echarts,apexcharts,zxcvbn,qrcode,xlsx,vditor。但是组件及代码未删除。在你未引用到相关组件的时候,不会发出错误。当你需要使用的时候,只需要执行相应的命令安装对应模块即可

需要用到哪个则执行对应命令

// echarts 需要单独在 vite.config.ts内加上
// optimizeDeps: {
//     include: [
//       'echarts',
//     ],
//   },
yarn add echarts

yarn add apexcharts

yarn add zxcvbn

yarn add qrcode

yarn add vditor

yarn add xlsx

开发环境

yarn serve

打包

yarn build # 打包

yarn build:no-cache # 打包,执行之前会先删除缓存

yarn report # 生成构建包报表预览

格式化

yarn lint:stylelint # 样式格式化

yarn lint:prettier # js/ts代码格式化

其他

yarn reinstall # 删除依赖重新装,兼容window

yarn preview # 本地进行打包预览

yarn log # 生成CHANGELOG

yarn clean:cache # 删除缓存

yarn clean:lib # 删除node_modules,兼容window系统

Git 提交规范

  • 参考 vue 规范 (Angular)

    • feat 增加新功能
    • fix 修复问题/BUG
    • style 代码风格相关无影响运行结果的
    • perf 优化/性能提升
    • refactor 重构
    • revert 撤销修改
    • test 测试相关
    • docs 文档/注释
    • chore 依赖更新/脚手架配置修改等
    • workflow 工作流改进
    • ci 持续集成
    • types 类型定义文件更改
    • wip 开发中

浏览器支持

本地开发推荐使用Chrome浏览器,在火狐浏览器进行开发相对卡顿。

支持现代浏览器, IE 暂不支持,后续考虑支持 ie11

 Edge
IE
 Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
not support last 2 versions last 2 versions last 2 versions last 2 versions

更多浏览器可以查看 Can I Use Es Module

插件

如果这些插件对你有帮助,可以给一个 star 支持下

加入我们

Vue-Vben-Aadmin 是完全开源免费的项目,在帮助开发者更方便地进行中大型管理系统开发,同时也提供 QQ 交流群(项目刚起步,人数较少,有兴趣的可以加群一起讨论),使用问题欢迎在群内提问。

  • QQ 群 569291866

VbenAdmin Logo

vben-admin-thin-next's People

Contributors

667-1 avatar anncwb avatar chen-xt avatar fuckdoctors avatar jiangmaniu avatar jq002 avatar vben-admin avatar wellssu0 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.