Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 199 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 199 Bytes

wyblog

[后端项目启动]

docker-composer up -d

go mod tidy

go build .

nohup ./wyblog &

[前端项目打包]

  • yarn serve 运行本地
  • yarn build 构建静态文件