# vue3-element-admin **Repository Path**: longxiang666/vue3-element-admin ## Basic Information - **Project Name**: vue3-element-admin - **Description**: vue-element-admin 的升级款 - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-03-13 - **Last Updated**: 2025-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-element-admin vue-element-admin 的升级款 ,采用 vue3 + vite 结构 ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ``` ### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ```