前端如果需要修改端口的话,则需要修改baseurl。
修改此文件 .env.production 为以下内容。
# just a flag
ENV = 'production'
# base api
VUE_APP_BASE_API = 'http://localhost:8002' # 改成你想配置的端口
接下来进行编译。
编译的操作,参见https://fdevops.com/docs/ferry-tutorial-document/install
编译完成后,会得到一个web的目录,然后进行以下动作。
1. web 下面的 static/web 复制到后端的 static目录下面。
2. web 下面的 index.html 复制到 template/web 下面,如果 template 下面没有web,则自行创建即可。
后端的编译操作,参见https://fdevops.com/docs/ferry-tutorial-document/install
评论列表(2条)
麻烦问下,前端源代码地址是什么呀?我想看看流程管理功能里用的那个流程编辑器是用的什么组件库,辛苦告知下,麻烦了
@爱哭的毛毛虫:看下 README 文件。