react global components:启用React以实现全局组件的库 源码
React全局组件 启用React以实现全局组件的库。 Npm /纱线 npm i react-global-components yarn add react-global-components 入门 要求 esNext React 编辑档案 // src/index.js or src/app.js import ReactGlobalComponents from 'react-global-components' ; ReactGlobalComponents ( ) ; // plugins/Card.js import { Card } from 'card-components' ; export default Card ; 重要的!! 您可以通过文件名来调用它。 不得使用保留字。 // Every Where Can Call Tt without import
用户评论