@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: truein JSON files should only be used in components, not pages (this influences the default style isolation settings). - The
styleIsolationoptions should be specified in JSON files, not JSComponentoptions. - Please work with flexui-webpack-plugin so that stylesheet content can be correctly handled.