Skip to content

Latest commit

 

History

History
93 lines (73 loc) · 4.59 KB

README.en-US.md

File metadata and controls

93 lines (73 loc) · 4.59 KB

vue vue-router pinia vite ant-design-vue typescript less

English | 中文

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

Development

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

// install
pnpm install

// dev
pnpm run dev

Build

// build
pnpm run build

Browser support

The Chrome 80+ browser is recommended for local development

Support modern browsers, not IE

 Edge
IE
 Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
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.