# vue3-admin-system **Repository Path**: anderpang/vue3-admin-system ## Basic Information - **Project Name**: vue3-admin-system - **Description**: 纯净自用后台管理系统,只实现登录、明亮与黑暗主题、常用列表及其增删改查。 vue3 + elementPlus + vite + typescript - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-16 - **Last Updated**: 2023-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-admin-system #### 介绍 纯净自用后台管理系统,只实现登录、明亮与黑暗主题、常用列表及其增删改查。 vue3 + elementPlus + vite + typescript ## Customize configuration See [Vite Configuration Reference](https://vitejs.dev/config/). ## 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 ```