前端 使用 Vue 3 + Vite + element-plus 技术. 采用前后端分离架构 配置环境 安装npm: sudo apt install npm 安装pnpm: curl -fsSL https://get.pnpm.io/install.sh | sh - 或者 npm install -g pnpm 配置npm淘宝源: pnpm config set registry https://registry.npmmirror.com/ 安装相关库: pnpm install 运行 在 config.ts 里配置后端地址 启动前端项目: pnpm run dev 启动后端项目: https://github.com/Ro0tk1t/driver-back