# dbs **Repository Path**: leequik/dbs ## Basic Information - **Project Name**: dbs - **Description**: laravel10+vue3 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-12 - **Last Updated**: 2025-08-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.技术及架构 laravel10 + vue3.2 + Element Plus + scss(前端) 2.配置环境: php8.2 + composer2.6.6 + mysql8.0 + node20.11.0 + nginx1.15 3.项目整合步骤: (1)下载安装laravel10 composer create-project laravel/laralel bbs (2)安装laraavel/ui --dev (v4.4) cd dbs composer require laravel/ui --dev php artisan ui vue (建立vue与项目的关联,并将vue3.2安装计划加入package.json) (3)安装package.json中预设的组件依赖 npm install (4)安装vue-router4.2,vue-loader,vue-template-compiler npm install vue-router npm install vue-loader npm install vue-template-compiler (5)安装Element Plus 组件依赖 npm install element-plus --save npm --registry https://registry.npmmirror.com/ install element-plus --save 卸载与清除缓存 npm uninstall element-plus npm cache clean --force Element Plus 附带图标组件 icons-vue npm install @element-plus/icons-vue () 项目启动部署 npm run dev Local: http://localhost:5173/