# Vue-Element-Admin-Templates **Repository Path**: duruofu/Vue-Element-Admin-Templates ## Basic Information - **Project Name**: Vue-Element-Admin-Templates - **Description**: Vue Admin Web Template with Element Plus - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-19 - **Last Updated**: 2025-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue-Element-Admin-Template(早期项目-不推荐使用) 基于Vue3+Element ui的后端管理网站模板 ## 技术栈 - Vue3 - Vite - TypeScript - Element-Plus - Axios - Echarts - pinia 搭建记录:[](./docs/搭建记录.md) ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Type-Check, Compile and Minify for Production ```sh npm run build ``` ### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ```