文件名称:component-template:组件库模板
文件大小:167KB
文件格式:ZIP
更新时间:2024-04-21 07:54:25
JavaScript
React组件,方法库发布 注:请遵循eslint语法规范和prettier代码规范,切勿私自修改 环境依赖 安装yarn稳定版本v1.22.5 安装node 请建造组件的时候打开vscode / webstorm的eslint配置和自动修复以下是我的一份vscode中eslint配置 " editor.codeActionsOnSave " : { " source.fixAll.eslint " : true }, " editor.formatOnSave " : true , " [jsonc] " : { " editor.defaultFormatter " : " esbenp.prettier-vscode " }, " [javascript] " : { " editor.defaultFormatter " : " es
【文件预览】:
component-template-master
----server()
--------index.js(735B)
----example()
--------index.js(527B)
--------test()
--------index.html(138B)
--------testInternals()
----package.json(3KB)
----babel.config.json(522B)
----component()
--------index.js(435B)
----jest.config.js(2KB)
----tsconfig.json(431B)
----README.md(7KB)
----yarn.lock(459KB)
----webpack()
--------webpack.base.config.js(2KB)
--------webpack.prod.config.js(1KB)
--------webpack.dev.config.js(3KB)