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