玩转编程语言:基于Golang开发Web应用

摘要

beego

Beego ABC

  • lib

    1
    2
    go get github.com/astaxie/beego
    go get github.com/beego/admin/src/lib
  • tools
    bee 可执行文件默认路径 $GOPATH/bin

    1
    go get github.com/beego/bee  //tools
1
2
3
4
5
6
7
8
9
The commands are:
new create an application base on beego framework
run run the app which can hot compile
pack compress an beego project
api create an api application base on beego framework
bale packs non-Go files to Go source files
version show the bee & beego version
generate source code generator
migrate run database migrations
1
2
3
4
5
6
7
bash-3.2$ bee new hello
______
| ___ \
| |_/ / ___ ___
| ___ \ / _ \ / _ \
| |_/ /| __/| __/
\____/ \___| \___| v1.9.1

Beego Resources

参考文献

欢迎扫码关注微信公众号获取最新动态,读者交流 QQ 群:338272982 。

推荐文章