Installations
npm install @alicloud/console-base-rc-loading
Developer
aliyun
Developer Guide
Module System
CommonJS
Min. Node Version
Typescript Support
Yes
Node Version
18.11.0
NPM Version
lerna/6.6.0/node@v18.11.0+arm64 (darwin)
Statistics
51 Stars
1,989 Commits
13 Forks
9 Watching
14 Branches
8 Contributors
Updated on 15 Oct 2024
Languages
TypeScript (90.14%)
Less (9.02%)
JavaScript (0.83%)
Total Downloads
Cumulative downloads
Total Downloads
46,526
Last day
0%
61
Compared to previous day
Last week
-83.6%
88
Compared to previous week
Last month
2,792.9%
810
Compared to previous month
Last year
-73.6%
3,761
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
6
Peer Dependencies
2
ConsoleBase
ConsoleBase → 阿里云控制台的基座
此为 mono-repo,意在输出阿里云控制台下可以被复用的 ConsoleBase 的基础能力。
开发准备
- Clone 当前项目到本地。
- 全局安装依赖
yarn
初始化项目
初次 clone 后,需要做如下动作对项目进行初始化:
1yarn boot # 将安装所有依赖,利用 yarn workspace 2yarn boot:packages # 逐个 packages 下的包,比较耗时,一般 clone 后执行一次,以后便不需要再次运行
boot:packages
之所以需要是因为 boot
命令初始化 lerna 的时候会把 packages 下的包做 link,比如 package/a
引的包指向的可能是 package/b
,这要求 package/b
下有构建产物 build
目录 boot:packages
便是做这个事情。
No vulnerabilities found.
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
Found 6/16 approved changesets -- score normalized to 3
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 21 are checked with a SAST tool
Score
3.4
/10
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More