Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.32 KB

README-EN.md

File metadata and controls

51 lines (35 loc) · 1.32 KB

vue3-management-system

Language: English | 中文简体

Based on the background management system developed by Vue3 Family Bucket, online address is here. It is suitable for students who are self-studying Vue3, and for quick delivery of outsourced projects.

technology stack

The project uses the technology stack as follows:

  • Vue 3: Front-end framework
  • TypeScript: Language
  • Vite: packaging tool
  • Pinia: state management
  • Vue Router: route management
  • Element Plus: UI component library
  • Echarts: Charts
  • Axios: network requests

project screenshot

Login page: image

home page: image

table page: image

Project Setup

# clone project
git clone https://github.com/HearLing/vue3-management-system.git

# enter the project directory
cd vue3-management-system

# install dependencies
npm install

# Local development, start the service
npm run dev

# package build
npm run build

# ESLint fixes
npm run lint