后端代码地址:...
项目展示地址:http://ruleengine.cn/
- QQ:761945125
- Email:761945125@qq.com
简单使用:...
详细文档:http://ruleengine.cn/doc
- 所涉及的相关的技术有:
- Vue
- Element-ui
Node.js 版本 : Node.js v16.15.0
npm config set registry https://registry.npm.taobao.org
## 克隆项目源码包
git clone https://github.com/dingqianwen/rule-engine-front-open
## 安装项目依赖扩展组件
npm install
# 启动本地开发环境
npm run serve
## 生产环境构建项目
npm run build
## 生产环境构建项目并查看构建报告
npm run build --report
#web服务的
VUE_APP_WEB_BASE_URL=http://xxx.yourdomain.com
#计算服务的
VUE_APP_COMPUTE_BASE_URL=http://xxx.yourdomain.com:8011