Skip to content

benzeneringlq/Vue-EmployeeManagement

Repository files navigation

VUE-EmployeeManagement

本项目是作者2024年6月23日左右实训期间在理学院格物楼F409编写

这是前端代码

开发工具

  • 使用Vscode编写前端代码

前端

  • VUE3
  • Vuetify作为组件
  • vue-toastification弹出通知
  • pinia状态管理

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit