1.1.9-beta.12 • Published 5 years ago
sop-cdm v1.1.9-beta.12
self-bi-view:
自服务BI前端应用界面
使用
$ git clone http://F账号@git.efivestar.com/scm/bi/self-bi-view.git --depth=1
$ cd self-bi-view
$ npm config set registry https://repo.efivestar.com/repository/npm-public/
$ npm install
$ npm start
# 访问 https://localhost:8800 完整路径需self-bi-design项目预览时提供
# example https://localhost:8800/?id=235&token=d6dc909e-e9b5-49e4-895f-5b09a5142ab8&loginType=2&userName=b861886e2d76b0a47e788ffee6b17099&viewFlag=true&tmplFlag=true
工程结构
- build 构建后文件目录
- node_nodules 包目录
- public 原始资源文件 会copy到build
- src
- assets 图片资源
- components 公用组件
- components-cdm 无model配置组件
- container-cdm 有model配置组件
- layouts 布局结构
- mock 模拟数据
- models 公用model
- routes-cdm 配置路由
- service 公用service
- theme 公用主题类资源
- utils 公用工具
- configPage.js 应用完整配置demo
- engine.js 组件解析引擎
- globalPathListener.js 全局监听
- index.css 全局样式
- index.js 项目入口文件
- initial.js 初始化监听文件
- loginConfig.js 登录配置文件
- router.js 路由文件 实际应用路由会在配置生产UUID路径
- setupProxy.js 配置代理
- widgetDic.js widget商店组件字典库
- widgetList.js widget商店组件注册
- .editorconfig 编辑器配置
- .eslintignore eslint忽略文件配置
- .eslintrc eslint配置
- .gitignore git忽略文件
- .npmignore npm忽略文件
- .npmrc npm配置
- config-overrides 以react-scripts为基础,覆盖webpack的项目工程配置
- deploy.sh docker发布
- docker-compose.yml
- Dockerfile
- nginx.conf nginx配置文件
- package.json 项目packeage
- readme.md
1.1.9-beta.12
5 years ago