
Security News
GitHub Actions Adds cache-mode to Limit Cache Poisoning Risk
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.
@yqg/low-code-component-lib
Advanced tools
一个基于 Vue 3 + TypeScript + Vite 的业务组件库,支持 bundless 模式。
pnpm add @yqg/low-code-component-lib
import { YQGQrCode, BigFishJumpTags, OverseaServerTable } from '@yqg/low-code-component-lib'
// 使用原始名称
import { YQGQrCode, BigFishJumpTags, OverseaServerTable } from '@yqg/low-code-component-lib'
import { createApp } from 'vue'
import ComponentLib from '@yqg/low-code-component-lib'
const app = createApp(App)
// 全量挂载所有组件
app.use(ComponentLib)
// 现在可以在模板中直接使用组件,无需单独引入
// <YQGQrCode />
// <BigFishJumpTags />
// <OverseaServerTable />
# 安装依赖
pnpm install
# 本地开发环境启动
pnpm dev
# 预览构建结果
pnpm dev:preview
# 构建
pnpm build
# 开发模式构建
pnpm build:dev
启动 pnpm dev 后,会在浏览器中打开一个开发环境页面,展示所有组件的使用示例和交互功能:
开发环境地址:http://localhost:5173
Bundless 模式下会生成以下文件结构:
dist/
├── index.es.js # 主入口文件
├── index.d.ts # 主入口类型文件
├── components/ # 组件源码
│ ├── yqg-qr-code/
│ │ └── index.vue
│ ├── bigfish-jump-tags/
│ │ └── index.vue
│ └── overseas-server-table/
│ └── index.vue
├── utils/ # 工具函数源码
└── vendor/ # 第三方库源码
注意: dist 目录中包含了完整的组件源码,便于调试和二次开发。
YQGQrCode - 二维码组件BigFishJumpTags - 跳转标签组件OverseaServerTable - 海外服务器表格组件MIT
FAQs
fintopia web lowcode component library
The npm package @yqg/low-code-component-lib receives a total of 8 weekly downloads. As such, @yqg/low-code-component-lib popularity was classified as not popular.
We found that @yqg/low-code-component-lib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 32 open source maintainers collaborating on the project.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.