English | 中文
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.
- 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 Site:https://baimingxuan.github.io/vue3-admin-design/
Github Site:https://github.com/baimingxuan/vue3-admin-design
Preview Site of Vue2: https://baimingxuan.github.io/page-admin-design/
Github Site of Vue2: https://github.com/baimingxuan/vue-admin-design
// clone
git clone https://github.com/baimingxuan/vue3-admin-design.git
// install
pnpm install
// dev
pnpm run dev
// build
pnpm run build
The Chrome 80+
browser is recommended for local development
Support modern browsers, not IE
![]() IE |
![]() Edge |
![]() Firefox |
![]() Chrome |
![]() Safari |
---|---|---|---|---|
not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
feat
Add new featuresfix
Fix the problem/BUGstyle
The code style is related and does not affect the running resultperf
Optimization/performance improvementrefactor
Refactorrevert
Undo edittest
Test relateddocs
Documentation/noteschore
Dependency update/scaffolding configuration modification etc.