@21epub/epub-json-panel 中文文档教程
epub-json-panel
使用 create-storybook-react-library
Intro
这是用于反应的组件。
Install
npm install --save @21epub/epub-json-panel
有关详细信息:请参阅示例
Developing and running on localhost
首先安装依赖项,然后为故事书开发人员安装 peerDeps:
npm install
npm run install-peers
在热模块重新加载模式下运行示例:
npm start # or npm run storybook
创建捆绑库模块构建:
npm run build
Testing
运行单元测试:
npm test
License
MIT © dxsixpc
epub-json-panel
Made with create-storybook-react-library
Intro
This is a component for react.
Install
npm install --save @21epub/epub-json-panel
For Details: See Example
Developing and running on localhost
First install dependencies and then install peerDeps for storybook dev:
npm install
npm run install-peers
To run Example in hot module reloading mode:
npm start # or npm run storybook
To create a bundle library module build:
npm run build
Testing
To run unit tests:
npm test
License
MIT © dxsixpc