#!/bin/bash # 启动前端服务 echo "启动前端服务..." cd frontend npm install npm run dev