# itheima-vue3-vue-big-event **Repository Path**: Lucian_Chau/itheima-vue3-vue-big-event ## Basic Information - **Project Name**: itheima-vue3-vue-big-event - **Description**: 黑马程序员 vue3 大事件项目 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-26 - **Last Updated**: 2026-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue3 大事件后台管理系统 ## 项目简介 这是一个基于黑马程序员Vue3开发的大事件后台管理系统,采用现代化的前端技术栈,提供了完整的后台管理功能。 ## 技术栈 - Vue 3 - JavaScript ES6 - Element Plus UI组件库 - Vue Router 路由管理 - Axios HTTP客户端 - Vite 构建工具 ## 功能特性 - 📊 数据统计展示 - 📝 文章管理(增删改查) - 👥 用户管理 - 🏷️ 分类管理 - 🎨 响应式界面设计 ## 环境要求 - Node.js >= 24.13.0 - npm >= 11.6.2 或 pnpm >= 10.30.1 ### 1. 克隆项目 ```bash git init git remote add origin https://gitee.com/Lucian_Chau/itheima-vue3-vue-big-event.git git pull origin master ``` ## 安装配置 ```bash pnpm install ``` ## 3. 开发环境运行 ```bash pnpm dev ``` ## 4. 生产环境构建 ```bash pnpm build ``` ## 5. 代码检查 ```bash pnpm lint ``` ## 项目结构 ````` src/ ├── assets/ # 静态资源文件 ├── components/ # 公共组件 ├── views/ # 页面组件 ├── router/ # 路由配置 ├── store/ # 状态管理 ├── utils/ # 工具函数 ├── api/ # 接口请求 └── styles/ # 样式文件 `````