Showing 1-20 of 92 packages
* yarn ``` yarn add @efox/message-middleware ``` * npm ``` npm install @efox/message-middleware ```
> efox 工具库集合
@efox/cli efox
``` npm i --save-dev @efox/webrtc ``` #### yarn ``` yarn add -s @efox/webrtc ```
@efox/cli efox
``` @efox/topic-sdk ```
efox-websdk适用不同版本工具调用api组件
emp
emp eslint
```javascript yarn add -D @efox/react-boundary-loader ```
## Road Map + v1.0.4 加入 `typescript-plugin-css-modules` 支持 vscode 直接支持 css 类型检测 + v1.0.1 支持 Top Level Await 特性
> Base on Webpack5 Module Federation Micro Frontends solution!
基于[immer](https://immerjs.github.io/immer/docs/introduction)和[react hooks](https://reactjs.org/docs/hooks-intro.html)的轻量的局部状态管理,类比custom hook,@efox/imook强调基于功能设计store。
## Install + `yarn add @efox/emp-preact -D` + `emp-config.js` conf: ```javascript const withFrameWorkPlugin = require('@efox/emp-preact') module.exports = withFrameWorkPlugin(({config, env, empEnv}) => { const projectName = 'preactComponents' config
Tune d.ts Plugin
efox-websdk适用不同版本工具调用api组件
efox-websdk适用不同版本工具调用api组件
## Install + `yarn add @efox/emp-esbuild -D` + `emp-config.js` conf: ```javascript const withFrameWorkPlugin = require('@efox/emp-esbuild') module.exports = withFrameWorkPlugin(({config, env, empEnv}) => { // your options here }) ```
## Install + `yarn add @efox/emp-angular -D` + `emp-config.js` conf: ```javascript const withFrameWorkPlugin = require('@efox/emp-angular') module.exports = withFrameWorkPlugin(({config, env, empEnv}) => { // your options here }) ```
efox-cli