Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days ago
JSON representation
基于Vue3、Pinia、Antd5、Vite5、和Typescript的中后台管理系统
- Host: GitHub
- URL: https://github.com/baimingxuan/vue3-admin-design
- Owner: baimingxuan
- License: mit
- Created: 2021-12-20T02:38:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T08:41:40.000Z (3 months ago)
- Last Synced: 2024-10-29T09:56:04.235Z (3 months ago)
- Topics: ant-design, less, pinia, tsx, typescript, vite, vue-router4, vue3
- Language: TypeScript
- Homepage: https://baimingxuan.github.io/vue3-admin-design/
- Size: 5.86 MB
- Stars: 344
- Watchers: 2
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.en-US.md
- License: LICENSE
Awesome Lists containing this project
README
**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
| [](http://godban.github.io/browsers-support-badges/)IE | [](http://godban.github.io/browsers-support-badges/)Edge | [](http://godban.github.io/browsers-support-badges/)Firefox | [](http://godban.github.io/browsers-support-badges/)Chrome | [](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.