Made with create-react-library
npm install --save react-npm-component-starter
import React, { Component } from 'react'
import MyComponent from 'react-npm-component-starter'
import 'react-npm-component-starter/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
本地引用antd组件库注意再package.json文件的peerDependencies定义antd
需两个窗口分别执行以下命令 npm start # runs rollup with watch flag 运行example文件夹 npm start # runs create-react-app dev server