You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
414 B
Bash

5 months ago
go get
#go get github.com/beego/bee/v2
#go get -u github.com/beego/bee/v2
go install github.com/beego/bee/v2@latest
#https://github.com/beego/bee
#bee创建项目 bee new
#bee new my-web-app
#运行项目bee run
#bee run
#创建api项目 To create a Beego API application: bee api
#bee api my-api
#项目打包 bee pack To compress a Beego application into a single deployable file:
#bee pack