Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 510 Bytes

readme.md

File metadata and controls

36 lines (27 loc) · 510 Bytes

#写一个后台管理的代码模板 前后端分离的模式

##api部分

1.golang

2.negroni

3.mux

4.mysql gorm

5.redis

6.mongodb

##前端部分

1.react

2.antd

3.dva

第一阶段 登录

#使用

获取代码到 GOPATH

    cd $GOPATH/src
    git clone https://github.com/wangtxxl/antd-admin-golang.git

config 下配置数据库

前段编译

    cd webapp
    npm install
    npm run build

##go编译 入口main.go 启动就ok