Sin descripción

wangtao 16e7f32077 最新版本 hace 10 meses
.husky 8ab34c8a60 增加lowflow分支 hace 10 meses
.run 8ab34c8a60 增加lowflow分支 hace 10 meses
.vscode 8ab34c8a60 增加lowflow分支 hace 10 meses
conf 16e7f32077 最新版本 hace 10 meses
doc 16e7f32077 最新版本 hace 10 meses
public 16e7f32077 最新版本 hace 10 meses
src 16e7f32077 最新版本 hace 10 meses
.env 16e7f32077 最新版本 hace 10 meses
.env.development 16e7f32077 最新版本 hace 10 meses
.env.production 16e7f32077 最新版本 hace 10 meses
.env.test 16e7f32077 最新版本 hace 10 meses
.eslintrc-auto-import.json 16e7f32077 最新版本 hace 10 meses
.eslintrc.cjs 8ab34c8a60 增加lowflow分支 hace 10 meses
.gitignore 8ab34c8a60 增加lowflow分支 hace 10 meses
.prettierrc.json 8ab34c8a60 增加lowflow分支 hace 10 meses
Dockerfile 8ab34c8a60 增加lowflow分支 hace 10 meses
README.md 16e7f32077 最新版本 hace 10 meses
env.d.ts 8ab34c8a60 增加lowflow分支 hace 10 meses
index.html 16e7f32077 最新版本 hace 10 meses
package.json 16e7f32077 最新版本 hace 10 meses
tsconfig.app.json 8ab34c8a60 增加lowflow分支 hace 10 meses
tsconfig.json 16e7f32077 最新版本 hace 10 meses
tsconfig.node.json 8ab34c8a60 增加lowflow分支 hace 10 meses
uno.config.ts 8ab34c8a60 增加lowflow分支 hace 10 meses
vite.config.ts 16e7f32077 最新版本 hace 10 meses

README.md

lowflow-web

lowflow前端文档

部署

nodejs版本建议18+以上

1. 服务器连接配置

.env.production.env.production 文件中配置部署服务器域名或ip

# 公共基础路径
VITE_PUBLIC_PATH=/
# 线上环境接口地址
VITE_API_URL=""

1. 安装依赖

pnpm install

2. 构建编译

## 构建测试环境
build:test
## 构建生产环境
build:prod

3. 部署

  • 修改lowflow-web/conf/nginx.conf文件中的nginx配置.
  • 编译后修改lowflow-web/Dockerfile文件中合适的端口后使用docker执行该文件即可完成部署。