# vue3-big-event-admin **Repository Path**: xie-fei1/vue3-big-event-admin ## Basic Information - **Project Name**: vue3-big-event-admin - **Description**: vue3项目,采用vite,element-plus框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-28 - **Last Updated**: 2024-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue3-big-event-admin 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 pnpm install ``` ### Compile and Hot-Reload for Development ```sh pnpm dev ``` ### Compile and Minify for Production ```sh pnpm build ``` ### Lint with [ESLint](https://eslint.org/) ```sh pnpm lint ``` ### 项目资源 ### blog https://blog.csdn.net/m0_51394252/article/details/132477309?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522171383585716800227448641%2522%252C%2522scm%2522%253A%252220140713.130102334..%2522%257D&request_id=171383585716800227448641&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~all~top_positive~default-1-132477309-null-null.142^v100^pc_search_result_base6&utm_term=%E5%A4%A7%E4%BA%8B%E4%BB%B6%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F&spm=1018.2226.3001.4449 ### 项目创建 ### 1.pnpm 包管理器 : npm install -g pnpm ### 2.创建项目 pnpm create vue ### 项目启动命令 pnpm dev ### 在线演示: https://fe-bigevent-web.itheima.net/login 账号:zhangsan 密码: 123456 ### 接口文档: https://apifox.com/apidoc/shared-26c67aee-0233-4d23-aab7-08448fdf95ff/api-93850835 ### 接口根路径: http://big-event-vue-api-t.itheima.net ### 源码地址: https://gitee.com/csheng-gitee/vue3-big-event-admin ### 项目用到的组件库: https://element-plus.org/zh-CN/ ### 如果要重新安装 依赖 ### 1、删除node_modules和package-lock.json ### 2、运行 pnpm store prune ### 3、运行 pnpm install ### package.json 文件备份