UNPKG

zkrt-component

Version:

<p align="center"> <img width="420" src="https://cdn.jsdelivr.net/gh/baimingxuan/media-store/images/logo-v3-md.png"> </p>

95 lines (74 loc) 4.54 kB
<p align="center"> <img width="420" src="https://cdn.jsdelivr.net/gh/baimingxuan/media-store/images/logo-v3-md.png"> </p> <p align="center"> <a href="https://github.com/vuejs/core"> <img src="https://img.shields.io/badge/vue-3.2.37-brightgreen.svg" alt="vue"> </a> <a href="https://github.com/vuejs/router"> <img src="https://img.shields.io/badge/vue--router-4.0.14-brightgreen.svg" alt="vue-router"> </a> <a href="https://github.com/vuejs/pinia"> <img src="https://img.shields.io/badge/pinia-2.0.13-brightgreen.svg" alt="pinia"> </a> <a href="https://github.com/vitejs/vite"> <img src="https://img.shields.io/badge/vite-3.0.2-brightgreen.svg" alt="vite"> </a> <a href="https://github.com/vueComponent/ant-design-vue"> <img src="https://img.shields.io/badge/antdesign-3.2.10-brightgreen.svg" alt="ant-design-vue"> </a> <a href="https://github.com/microsoft/TypeScript"> <img src="https://img.shields.io/badge/typescript-4.7.4-brightgreen.svg" alt="typescript"> </a> <a href="https://github.com/less"> <img src="https://img.shields.io/badge/less-4.1.3-brightgreen.svg" alt="less"> </a> </p> **中文** | [English](./README.en-US.md) ## 简介 #### vue3-admin-design是一个基于vue3 + ant-design-vue的后台管理系统的解决方案,它使用了最新的前端技术栈,并且提供了丰富的功能组件模块,可以帮助你快速搭建企业级中后台的前端架构。 ## 特性 - **技术栈**:使用 Vue3、Vite3、TSX 等前端前沿技术开发 - **主题**:可配置的主题色 - **国际化**:内置完善的国际化方案 - **Mock 数据** 内置 Mock 数据方案 ## 预览 > ##### 演示地址:[https://baimingxuan.github.io/vue3-admin-design/](https://baimingxuan.github.io/vue3-admin-design/) > > ##### Github地址:[https://github.com/baimingxuan/vue3-admin-design](https://github.com/baimingxuan/vue3-admin-design) > > ##### 演示地址(Vue2):[https://baimingxuan.github.io/page-admin-design/](https://baimingxuan.github.io/page-admin-design/) > > ##### Github地址(Vue2):[https://github.com/baimingxuan/vue-admin-design](https://github.com/baimingxuan/vue-admin-design) > ![](https://cdn.jsdelivr.net/gh/baimingxuan/media-store/images/home-vue3.png) ## 开发 ```bash // 克隆项目 git clone https://github.com/baimingxuan/vue3-admin-design.git // 安装依赖 pnpm install // 开发 pnpm run dev ``` ## 构建 ```bash // 构建 pnpm run build ``` ## 浏览器支持 本地开发推荐使用`Chrome 80+` 浏览器 支持现代浏览器, 不支持 IE | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt=" Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt=" Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | | not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions | ## Git 贡献提交规范 - `feat` 增加新功能 - `fix` 修复问题/BUG - `style` 代码风格相关无影响运行结果的 - `perf` 优化/性能提升 - `refactor` 重构 - `revert` 撤销修改 - `test` 测试相关 - `docs` 文档/注释 - `chore` 依赖更新/脚手架配置修改等