https://gitee.com/tiger1103/gfast
演示地址 http://v2.g-fast.cn/ admin 123456
注意:先开npm再开后台.
项目数据库文件 /data/gfast-v2-os.sql 创建数据库导入后修改配置/config/config.toml
Address = ":8887"
DumpRouterMap = false #显示路由
link = "mysql:root:mysql@tcp(localhost:3306)/gfast"
CacheMode = 2 # 2表示redis 1是默认
UpPath ="/pub_upload/"
拉取UI https://gitee.com/tiger1103/gfast-ui
改为web
.env.development文件
port = 8888 //前端端地址
VUE_APP_BASE_API = ‘http://localhost:8887' //后端
vue.config.js文件
sockHost:”http://localhost:8887/" //后端
进入项目目录cd web
安装依赖npm install
镜像 npm install --registry=https://registry.npm.taobao.org
启动服务npm run dev
vue.config.js publicPath: ‘./‘ //请根据自己路径来配置更改
.env.production VUE_APP_BASE_API = ‘http://localhost:8887'
正式环境 npm run build:prod
生成在dist下面,然后放到nginx下面
访问 http://localhost:8888 或 http://127.0.0.1:8888
生成swagger,在项目目录下
gf swagger –pack
-
作者:Yoby 创建时间:2021-10-29 15:36
更新时间:2024-12-05 13:26
更新时间:2024-12-05 13:26