# kingWeb **Repository Path**: lonelyxmas/king-web ## Basic Information - **Project Name**: kingWeb - **Description**: 一款基于 Vue3.3、Vite4、Pinia、Element-Plus 开源的后台管理框架 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-09-19 - **Last Updated**: 2023-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # king-Admin ### 介绍 📖 king-Admin 一款基于 Vue3.3、TypeScript、Vite4、Pinia、Element-Plus 开源的后台管理框架,使用目前最新技术栈开发。 前端代码参照: https://api.gitee.com/zxdbolt/vue-admin-beautiful https://gitee.com/HalseySpicy/Geeker-Admin https://github.com/wocwin/wocwin-admin 后台参照:若依、MAKU... 在此特别感谢这些开源的项目, 使我在码农的道路上越走越远 ### 在线预览 👀 - Link:http://admin.5180it.com/ ### 项目功能 🔨 - 在原项目基础上 ,升级 table 为 vxe-table,优化标签栏样式和右击快捷键,并根据实际的业务封装更多组件,如下拉树、上传下载、弹框等; ### 安装使用步骤 📔 - **Install:** ```text pnpm install ``` - **Run:** ```text pnpm dev pnpm serve ``` - **Build:** ```text # 开发环境 pnpm build:dev # 测试环境 pnpm build:test # 生产环境 pnpm build:pro ``` - **Lint:** ```text # eslint 检测代码 pnpm lint:eslint # prettier 格式化代码 pnpm lint:prettier # stylelint 格式化样式 pnpm lint:stylelint ``` - **commit:** ```text # 提交代码(提交前会自动执行 lint:lint-staged 命令) pnpm commit ``` ### 项目截图 📷 - 登录页: ![输入图片说明](other/login.png) - 首页: ![输入图片说明](other/main.png) - 表格页: ![输入图片说明](other/table.png) ## 低代码演示 ### 列表配置 ![列表配置](other/tableEdit.gif) ### 表单配置 ![](other/formEdit.gif) ### 生成展示 ![](other/showEdit.gif) ### 代码生成 ![](other/codeGen.png) ## 工作流展示 ### 流程配置 ![](other/process.png) ### 文件资源目录 📚 ```text king-Admin ├─ .husky # husky 配置文件 ├─ .vscode # VSCode 推荐配置 ├─ build # Vite 配置项 ├─ public # 静态资源文件(该文件夹不会被打包) ├─ src │ ├─ api # API 接口管理 │ ├─ assets # 静态资源文件 │ ├─ components # 全局组件 │ ├─ config # 全局配置项 │ ├─ directives # 全局指令文件 │ ├─ enums # 项目常用枚举 │ ├─ hooks # 常用 Hooks 封装 │ ├─ languages # 语言国际化 i18n │ ├─ layouts # 框架布局模块 │ ├─ routers # 路由管理 │ ├─ stores # pinia store │ ├─ styles # 全局样式文件 │ ├─ typings # 全局 ts 声明 │ ├─ utils # 常用工具库 │ ├─ views # 项目所有页面 │ ├─ App.vue # 项目主组件 │ ├─ main.ts # 项目入口文件 │ └─ vite-env.d.ts # 指定 ts 识别 vue ├─ .editorconfig # 统一不同编辑器的编码风格 ├─ .env # vite 常用配置 ├─ .env.development # 开发环境配置 ├─ .env.production # 生产环境配置 ├─ .env.test # 测试环境配置 ├─ .eslintignore # 忽略 Eslint 校验 ├─ .eslintrc.cjs # Eslint 校验配置文件 ├─ .gitignore # 忽略 git 提交 ├─ .prettierignore # 忽略 Prettier 格式化 ├─ .prettierrc.cjs # Prettier 格式化配置 ├─ .stylelintignore # 忽略 stylelint 格式化 ├─ .stylelintrc.cjs # stylelint 样式格式化配置 ├─ CHANGELOG.md # 项目更新日志 ├─ commitlint.config.cjs # git 提交规范配置 ├─ index.html # 入口 html ├─ LICENSE # 开源协议文件 ├─ lint-staged.config.cjs # lint-staged 配置文件 ├─ package-lock.json # 依赖包包版本锁 ├─ package.json # 依赖包管理 ├─ postcss.config.cjs # postcss 配置 ├─ README.md # README 介绍 ├─ tsconfig.json # typescript 全局配置 └─ vite.config.ts # vite 全局配置文件 ``` ### 浏览器支持 🌎 - 本地开发推荐使用 Chrome 最新版浏览器 [Download](https://www.google.com/intl/zh-CN/chrome/)。 - 生产环境支持现代浏览器,不再支持 IE 浏览器,更多浏览器可以查看 [Can I Use Es Module](https://caniuse.com/?search=ESModule)。 微信交流群: ![输入图片说明](other/weixinqun20230815.png) 个人微信: ![输入图片说明](other/weixinmy20230815.png) 如果觉得本项目对您有所帮助,请支持一下: | 微信 | 支付宝 | | ![微信](other/weixinpay.png) | ![支付宝](other/alipay.png) | |---|---|