# 博客后台vue **Repository Path**: IronTF/blogadmin_vue ## Basic Information - **Project Name**: 博客后台vue - **Description**: 博客后台vue - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-30 - **Last Updated**: 2026-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-project Vue3 + pinia + Ts + Element Plus 简单VUE3后台管理系统 ① 登录 ② axios 请求封装 ③ pinia 登录动态管理 ④ 动态路由-权限菜单 ⑤ 数据表格等 ⑥ 内容管理 ## Description ![输入图片说明](doc/01.png) ![输入图片说明](doc/02.png) ![输入图片说明](doc/03.png) ![输入图片说明](doc/04.png) ![输入图片说明](doc/05.png) ![输入图片说明](doc/06.png) store/index.js 中附有菜单数据结构 ### 服务端 ## Customize configuration ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ```