zkrt-component
Version:
<p align="center"> <img width="420" src="https://cdn.jsdelivr.net/gh/baimingxuan/media-store/images/logo-v3-md.png"> </p>
93 lines (73 loc) • 4.7 kB
Markdown
<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.md)
## Introduction
#### Vue3-admin-design is a back-end management system solution based on vue3 + ant-design-vue, it uses the latest front-end technology stack, and provides a wealth of functional components modules, can help you quickly build enterprise-level back-end front-end architecture.
## Feature
- **The Technology Stack**:Use Vue3, Vite3, TSX and other front-end technology development
- **Theming**: Configurable themes
- **International**:Built-in complete internationalization program
- **Mock Server** Built-in mock data scheme
## Preview
> ##### Preview Site:[https://baimingxuan.github.io/vue3-admin-design/](https://baimingxuan.github.io/vue3-admin-design/)
>
> ##### Github Site:[https://github.com/baimingxuan/vue3-admin-design](https://github.com/baimingxuan/vue3-admin-design)
>
> ##### Preview Site of Vue2: [https://baimingxuan.github.io/page-admin-design/](https://baimingxuan.github.io/page-admin-design/)
>
> ##### Github Site of Vue2: [https://github.com/baimingxuan/vue-admin-design](https://github.com/baimingxuan/vue-admin-design)

## Development
```bash
// clone
git clone https://github.com/baimingxuan/vue3-admin-design.git
// install
pnpm install
// dev
pnpm run dev
```
## Build
```bash
// build
pnpm run build
```
## Browser support
The `Chrome 80+` browser is recommended for local development
Support modern browsers, not 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 Contribution submission specification
- `feat` Add new features
- `fix` Fix the problem/BUG
- `style` The code style is related and does not affect the running result
- `perf` Optimization/performance improvement
- `refactor` Refactor
- `revert` Undo edit
- `test` Test related
- `docs` Documentation/notes
- `chore` Dependency update/scaffolding configuration modification etc.