文件名称:react-component-boilerplate:构建,测试和发布React组件库到npm的最小样板
文件大小:571KB
文件格式:ZIP
更新时间:2024-06-05 16:10:54
react boilerplate library component JavaScript
React成分样板 这是我尝试的样板,它允许您构建,测试React组件库并将其发布到npm。 安装 在本地克隆样板: git clone https://github.com/tducasse/react-component-boilerplate.git 如果要将代码推送到新的存储库,请删除.git文件夹,然后运行 git init git add . git commit -m "Initial commit" git remote add origin [YOUR_REPO_URL] git push -u origin master package.json 首先编辑package.json文件: 名称:发布后,您将使用它在npm上下载库的名称。 这在npm世界中必须是唯一的。 描述:描述您的图书馆的工作。 作者:用您的名字代替我的名字和电子邮件! 仓库:将其更改为
【文件预览】:
react-component-boilerplate-master
----.gitignore(35B)
----.babelrc(79B)
----.eslintrc(241B)
----package.json(1KB)
----CODE_OF_CONDUCT.md(3KB)
----README.md(3KB)
----lib()
--------components()
--------index.js(77B)
----.storybook()
--------config.js(191B)
----.vscode()
--------settings.json(191B)
----.npmignore(85B)
----stories()
--------index.js(1KB)
----docs()
--------iframe.html(603B)
--------static()
--------index.html(1KB)
--------favicon.ico(5KB)
----.prettierrc(26B)
----yarn.lock(244KB)