Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baimingxuan/vue3-admin-design

基于Vue3、Pinia、Antd5、Vite5、和Typescript的中后台管理系统
https://github.com/baimingxuan/vue3-admin-design

ant-design less pinia tsx typescript vite vue-router4 vue3

Last synced: about 17 hours ago
JSON representation

基于Vue3、Pinia、Antd5、Vite5、和Typescript的中后台管理系统

Awesome Lists containing this project

README

        






vue


vue-router


pinia


vite


ant-design-vue


typescript


less

**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)

![](https://cdn.jsdelivr.net/gh/baimingxuan/media-store/images/home-vue3.png)

## 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

| [ Edge](http://godban.github.io/browsers-support-badges/)IE | [ Edge](http://godban.github.io/browsers-support-badges/)Edge | [Firefox](http://godban.github.io/browsers-support-badges/)Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)Chrome | [Safari](http://godban.github.io/browsers-support-badges/)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.