library-utils:用于组件库处理和编译的实用程序

时间:2024-06-05 17:58:14
【文件属性】:

文件名称:library-utils:用于组件库处理和编译的实用程序

文件大小:163KB

文件格式:ZIP

更新时间:2024-06-05 17:58:14

gulp-tasks gulpfile JavaScript

一组用于编译和生成用于React组件的扩展坞的实用程序 gulp文件 准备好gulpfile,并提供构建库所需的所有设置 你的package.json : "docs": "gulp --cwd . --gulpfile ./node_modules/library-utils/gulpfile.js docs", "compile": "gulp --cwd . --gulpfile ./node_modules/library-utils/gulpfile.js compile", 要进行更多自定义,请使用gulp-tasks或package.json设置。 任务 您可以使用一组现成的gulp任务。 您的项目的示例gulpfile : const createTasks = require('library-utils/gulp-tasks'); createTasks('a


【文件预览】:
library-utils-master
----.travis.yml(223B)
----gulp-tasks.js(7KB)
----package.json(2KB)
----gulpfile.js(304B)
----gulp()
--------library-doc.js(2KB)
--------component-docs.js(2KB)
--------component-package.js(1KB)
--------component-typings.js(1KB)
----appveyor.yml(320B)
----.npmignore(29B)
----.eslintrc.js(79B)
----react-doc()
--------get-source-file-content.js(908B)
--------docgen()
--------index.js(2KB)
--------create-resolver.js(7KB)
--------component-prop-types-js-doc-handler.js(2KB)
----.gitignore(37B)
----typings()
--------format-ts.js(363B)
--------index.js(856B)
--------__tests__()
--------stringify-component-definition.js(7KB)
--------__examples__()
----docs-templates()
--------index.md.ejs(259B)
--------component.md.ejs(3KB)
----CHANGELOG.md(10KB)
----README.md(8KB)
----yarn.lock(352KB)
----.editorconfig(288B)

网友评论