![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@ali-dayu/qi
Advanced tools
QI 是基于 Ant Design 的云巧企业级 UI 资产库。[https://fe.gts.work/qi](https://fe.gts.work/qi)。
QI 是基于 Ant Design 的云巧企业级 UI 资产库。https://fe.gts.work/qi。
文档官网: https://fe.gts.work/qi 分版本文档可通过大禹查看,如 3.0.1 的文档地址为 https://unpkg.dayu.work/@ali-dayu/qi@3.0.1/build/docs/intro.html
import { Component } from '@ali-dayu/qi';
<Component />;
KOI >= 3.8.2
"dependencies": {
"@ali-dayu/koi": "^3.8.2"
}
启用 babel-plugin-import 同时设置 babel-loader include antd 包
.babelrc
{
"plugins": [
[
"import",
{
"libraryName": "antd",
"libraryDirectory": "es",
"style": true
}
]
]
}
webpack.config.js
{
"module": {
"loaders": [
{
"test": /\.js$/,
"loader": "babel-loader",
"include": /@ali-dayu\/qi/,
"exclude": /node_modules/
}
]
}
}
安装依赖。
$ npm i
同步外部 ProComponents
官网的 demo 文件。
$ npm run sync
$ npm run test
指定测试文件地址单独运行一个测试用例
$ npm run test -- src/CheckCard/__test__/index.test.js
注意:本地先执行 npm run test ,发现 snapshot 不一致,然后检查,如果符合预期就执行 npm run test:up 更新 snapshot
$ npm run pub
钉钉:文肇
FAQs
QI 是基于 Ant Design 的云巧企业级 UI 资产库。[https://fe.gts.work/qi](https://fe.gts.work/qi)。
The npm package @ali-dayu/qi receives a total of 4 weekly downloads. As such, @ali-dayu/qi popularity was classified as not popular.
We found that @ali-dayu/qi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.