
Security News
Socket Releases Free Certified Patches for Nuxt Security Vulnerabilities
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.
@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 3 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.
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
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.

Security News
An open letter signed by 50 companies, from NVIDIA and Microsoft to Mistral and Hugging Face, urges Washington not to restrict open weight AI.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.