FBPX
您所查看的文档没有与当前语言匹配的版本,因此我们将显示默认语言的版本。
Browserifies the flow file.
The generated bundle can be included from the browser and executes the flow.
Prior to using this command make sure you're around a package.json file.
$ fbpx browserify test.fbp
ERR! fbpx browserify requires @fbpx/flow to be installed.
Run npm install @fbpx/flow --save-dev to do so
Run npm install @fbpx/flow so browserify will know where to find it.