# vue3-admin **Repository Path**: null_435_7166/vue3-admin ## Basic Information - **Project Name**: vue3-admin - **Description**: vue3+vite2+elementplus - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-07 - **Last Updated**: 2022-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-admin 通用后台管理 ## 项目技术栈 Vue3 + Vite + ElementPlus + Mock + Aixos + echarts + baidu-map ## 用户分类 Admin/worker/bussiness/qiku 四类 ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ``` ### Run Unit Tests with [Vitest](https://vitest.dev/) ```sh npm run test:unit ``` ### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ```