Skip to content

Silence1017/CRUD_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

CRUD_demo

Vue3+Vite+Element Plus+Go+Axios

一个简单的crud demo,前端Vue,后端Go

Fronted 执行

npm install

npm run dev

Backend 执行

go run main.go

后端项目端口为3001,可以自行修改