choerodon-front icon indicating copy to clipboard operation
choerodon-front copied to clipboard

Choerodon Front is a total front-end of Choerodon that combines Choerodon IAM and Choerodon DevOps.

Results 9 choerodon-front issues
Sort by recently updated
recently updated
newest added

1、本仓库工程是否对应这个网站([https://choerodon.com.cn/#/iam/register-organization](https://choerodon.com.cn/#/iam/register-organization))的项目 2、使用yarn或者npm都是会报@choerodon/***相关依赖的错误,依赖不是在npm吧?还是说在你们私域源库里,要怎么在本地跑起来你们的工程代码

choerodon-front根目录下确实没有文件tsconfig.json,但是为什么`choerodon-front-boot start --config ./react/config.js`会执行呢 ``` $ npm start > @choerodon/[email protected] start E:\www\choerodon-front\1-choerodon-front > choerodon-front-boot start --config ./react/config.js Failed to compile. Cannot find "E:\www\choerodon-front\1-choerodon-front\tsconfig.json" file. Please check webpack and ForkTsCheckerWebpackPlugin configuration....

http://localhost:9090/undefined/oauth/oauth/authorize?response_type=token&client_id=undefined&state=&redirect_uri=http%3A//localhost%3A9090/%23/%3FredirectFlag#/

版本1.0.0的tag版本,报错 Module not found: Error: Can't resolve 'uuid/v4' 改为const uuidv4 = require('uuid/v4');不再报错

No matching version found for @choerodon/[email protected]

Choerodon平台版本:0.14.0 运行环境:自主搭建 问题描述: 待办事项和活跃冲刺模块,如果数据超过700条,会导致整个浏览器卡顿,操作延迟,希望可以支持分页,或者做一下优化

该项目具体实现都是在依赖中的子模块完成的,尝试过以下做法 - 以对knowledge知识库进行二开举例 - choerodon-front 使用 1.0.1 版本(2.0开源版依赖混乱暂时不用) - 下载与 packages.json 版本匹配的 knowledgebase-service 源码 - packages.json 中将 knowledgebase-service 依赖改为本地依赖 - node v16.20.1 - npm 7.24.2 部分关键命令: ```bash git clone https://github.com/open-hand/choerodon-front.git...