# vue3_pinia_admin **Repository Path**: wupq/vue3_pinia_admin ## Basic Information - **Project Name**: vue3_pinia_admin - **Description**: 基于Vue3+Pinia+ElementPlus的后台管理系统(vue3.4.21 + vite5.1.5) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: wupq_0208 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-08 - **Last Updated**: 2025-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README vue3_base ├─ public │ └─ favicon.ico ├─ src │ ├─ api │ │ └─ http.js │ ├─ assets │ ├─ components │ │ ├─ Crumb.vue │ │ ├─ Dialog.vue │ │ ├─ Tags.vue │ │ └─ TagsMenu.vue │ ├─ layout │ │ ├─ components │ │ │ ├─ ContentView.vue │ │ │ ├─ HeaderView.vue │ │ │ └─ NavBar.vue │ │ └─ index.vue │ ├─ router │ │ └─ index.js │ ├─ stores │ │ ├─ commodity │ │ │ └─ index.js │ │ ├─ game │ │ │ └─ index.js │ │ └─ index.js │ ├─ styles │ │ └─ reset.styl │ ├─ utils │ │ ├─ axios.js │ │ ├─ bus.js │ │ └─ common.js │ ├─ views │ │ ├─ commodity │ │ │ └─ index.vue │ │ ├─ common │ │ │ ├─ dbQuery.vue │ │ │ ├─ layout.vue │ │ │ └─ wdRidToSid.vue │ │ ├─ game │ │ │ └─ index.vue │ │ ├─ integral │ │ │ ├─ changeLog.vue │ │ │ ├─ exchange.vue │ │ │ ├─ index.vue │ │ │ ├─ layout.vue │ │ │ ├─ reward.vue │ │ │ └─ user.vue │ │ ├─ login │ │ │ └─ login.vue │ │ └─ home.vue │ ├─ App.vue │ └─ main.js ├─ index.html ├─ jsconfig.json ├─ package.json ├─ README.md ├─ vite.config copy.js ├─ vite.config.js └─ yarn.lock # vue3 This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Customize configuration See [Vite Configuration Reference](https://vitejs.dev/config/). ## Project Setup ```sh yarn ``` ### Compile and Hot-Reload for Development ```sh yarn dev ``` ### Compile and Minify for Production ```sh yarn build ``` ### Lint with [ESLint](https://eslint.org/) ```sh yarn lint ```