Skip to content

Shimon-Cheung/CloudRestaurant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀️项目介绍🚀️

使用Go语言以及Vue开发一个手机后端项目

前端代码运行

cd shop-client    # 进入前端代码目录
npm install       # 安装前端依赖
npm start         # 直接运行前端代码
npm build         # 编译生成静态文件

后端代码运行

go mod tidy       # 安装依赖文件
go run main.go    # 运行代码

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published