🚀️项目介绍🚀️ 使用Go语言以及Vue开发一个手机后端项目 前端代码运行 cd shop-client # 进入前端代码目录 npm install # 安装前端依赖 npm start # 直接运行前端代码 npm build # 编译生成静态文件 后端代码运行 go mod tidy # 安装依赖文件 go run main.go # 运行代码