create-react-component-folder:创建React组件文件夹结构

时间:2024-05-31 09:44:43
【文件属性】:

文件名称:create-react-component-folder:创建React组件文件夹结构

文件大小:823KB

文件格式:ZIP

更新时间:2024-05-31 09:44:43

react create-react-app react-component scaffold npm-package

创建React Component文件夹 关于 Create React Component文件夹可在macOS,Windows和Linux上运行。 它使用一个命令创建React或React Native组件文件夹结构。 还支持Typescript,React Native,Less和Sass。 快速概述 $ npm install --save-dev create-react-component-folder $ npx crcf myComponent ( 自带NPM 5.2+及以上,看到) 教程 安装 $ npm install --save-dev create-react-component-folder 创建一个组件 $ npx crcf myComponent $ npx crcf components/myComponent 单输出 创建多个组件 $ npx crcf


【文件预览】:
create-react-component-folder-master
----.eslintrc(51B)
----bin()
--------create-react-component-folder.js(62B)
--------crcf-publish-templates.js(47B)
--------crcf-create.js(45B)
--------crcf.js(434B)
----docs()
--------crcf_video.svg(144KB)
--------help.png(164KB)
--------single.png(23KB)
--------multiple.png(58KB)
--------single2.png(80KB)
--------npx_instructions.md(256B)
--------crcf.svg(144KB)
--------multiple2.png(147KB)
--------index2.png(150KB)
--------index.png(167KB)
----package.json(1KB)
----templates()
--------test.handlebars(403B)
--------fnComponent.handlebars(603B)
--------stories.handlebars(328B)
--------classComponent.handlebars(784B)
----.prettierrc(89B)
----LICENSE(1KB)
----.DS_Store(6KB)
----TODO.md(115B)
----.npmignore(13B)
----examples()
--------TypescriptNativeComp()
--------NativeCompWithProps()
--------index.js(485B)
--------package.json(377B)
--------CompWithSass()
--------TypescriptComp()
--------button-click()
--------myComponent()
--------.DS_Store(6KB)
--------NormalNativeComp()
--------NormalComp()
--------CompWithProps()
----.gitignore(67B)
----lib()
--------config.js(1KB)
--------index.js(8KB)
--------data()
--------options.js(3KB)
--------logger()
--------utils()
--------publish.js(2KB)
----README.md(6KB)
----yarn.lock(95KB)
----.editorconfig(625B)

网友评论