@vnxjs/components
Vnmf component library.
On the applet side, React/Nerv points to mini/index.js
, Vue does not need to use this package.
On the H5 side, React/Nerv points to h5/react/index.js
and Vue points to h5/vue/index.js
. The H5 side uses stencil to compile components into Web Components to provide cross-framework calls.
NOTE: stencil v2.14+ introduces the import.meta feature, which will throw problems when packaging with webpack4, which needs to be resolved before upgrading.