文件最后提交记录最后更新时间
15 天前
5 天前
19 天前
1 个月前
1 个月前
1 个月前
1 个月前
15 天前
1 个月前
1 个月前
1 个月前
1 个月前
README

@openflexui/frontend

A frontend interface adapter for FlexUI, which exports a component-based API including Component and Behavior.

Refer to the FlexUI project for further details.

Build

nodejs toolchain should be globally installed.

Install dependencies:

npm install

Build:

npm run build

Build Doc:

npm run doc

Test:

npm test

Test coverage:

npm run coverage

Limitations

Supported component API is a subset of the full component-based UI API. See docs for details.

Style isolation support is also limited.

  • The component: true in JSON files should only be used in components, not pages (this influences the default style isolation settings).
  • The styleIsolation options should be specified in JSON files, not JS Component options.
  • Please work with flexui-webpack-plugin so that stylesheet content can be correctly handled.