mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
481 B
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.