# boxuegu-vue2-event **Repository Path**: boxuegu-fe/big-event ## Basic Information - **Project Name**: boxuegu-vue2-event - **Description**: 大事件项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-03 - **Last Updated**: 2024-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # big-event ## 命令说明 ### 安装依赖 > npm install --legacy-peer-deps **--legacy-peer-deps** > 作用是告诉 NPM 忽略项目中引入的各个 modules 之间的相同 modules 但不同版本的问题并继续安装,保证各个引入的依赖之间对自身所使用的不同版本 modules 共存。 ### 启动项目 > npm run serve