
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
基于 uni-app(Vue3) 的移动端动态表单组件库,与 flame-plus 的 flmDynamicForm 使用同一套配置协议(groups / buttons / controlType)。
pnpm add flame-uni flame-uni-types
# 或
npm install flame-uni flame-uni-types
对等依赖:vue、@dcloudio/uni-ui、flame-uni-types。
import { createSSRApp } from 'vue'
import App from './App.vue'
import { installFlameUni } from 'flame-uni'
export function createApp() {
const app = createSSRApp(App)
installFlameUni(app)
return { app }
}
pages.json 中配置(路径相对 node_modules/flame-uni):
{
"easycom": {
"autoscan": true,
"custom": {
"^flmDynamicForm$": "flame-uni/uni_modules/flame-uni/components/complex/flmDynamicForm/flmDynamicForm.vue",
"^flmSubForm$": "flame-uni/uni_modules/flame-uni/components/complex/flmSubForm/flmSubForm.vue",
"^flmInput$": "flame-uni/uni_modules/flame-uni/components/base/flmInput/flmInput.vue",
"^(flm[A-Z][a-zA-Z0-9]*)$": "flame-uni/uni_modules/flame-uni/components/base/$1/$1.vue"
}
}
}
uni-app 3.x 也会自动扫描 node_modules 下的 uni_modules 目录。
import FlmDynamicForm from 'flame-uni/components/complex/flmDynamicForm/flmDynamicForm.vue'
flame-uni/
├── index.js # 导出 installFlameUni
├── uni_modules/flame-uni/ # 组件源码(符合 uni_modules 规范)
│ ├── components/base/
│ ├── components/complex/
│ ├── common/
│ └── register.js
└── types.d.ts
请同时安装 flame-uni-types:
import type { DynamicFormConfig, InputConfig } from 'flame-uni-types'
组件库类型检查:
cd spark-framework/flame-uni
pnpm install
pnpm run ts:check
完整可运行示例见同级目录 flame-uni-demo。
pnpm publish --access public
FAQs
基于 uni-app 的移动端动态表单组件库(与 flame-plus flmDynamicForm 配置协议对齐)
The npm package flame-uni receives a total of 6 weekly downloads. As such, flame-uni popularity was classified as not popular.
We found that flame-uni demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.