Files
create-react-app/docusaurus/docs/publishing-components-to-npm.md
2018-10-07 18:40:38 +02:00

481 B

id, title, sidebar_label
id title sidebar_label
publishing-components-to-npm Publishing components to npm Publishing to npm

Create React App doesn't provide any built-in functionality to publish a component to npm. If you're ready to extract a component from your project so other people can use it, we recommend moving it to a separate directory outside of your project and then using a tool like nwb to prepare it for publishing.