校园墙自动化 解决方案。
项目介绍和部署方式请查看:Campux文档(需要良好网络环境)
需要 node.js 版本高于 18
cd frontend
npm install
前端默认请求同域的后端,若前后端独立,需要在frontend/src/store/index.js
中把state.base_url
改为你的后端地址
npm run dev
克隆仓库,安装依赖
go mod tidy
启动
go run main.go
校园墙自动化 解决方案。
项目介绍和部署方式请查看:Campux文档(需要良好网络环境)
需要 node.js 版本高于 18
cd frontend
npm install
前端默认请求同域的后端,若前后端独立,需要在frontend/src/store/index.js
中把state.base_url
改为你的后端地址
npm run dev
克隆仓库,安装依赖
go mod tidy
启动
go run main.go