提交 a1da395d 编写于 作者: zhangpingchuan's avatar zhangpingchuan

Update README.md

上级 96a89f6d
...@@ -24,7 +24,7 @@ yarn start ...@@ -24,7 +24,7 @@ yarn start
<div align = center><img src="superFormReact.assets/1570497166531.png" /></div> <div align = center><img src="superFormReact.assets/1570497166531.png" /></div>
<div align = center>图1</div> <div align = center>图1</div>
```
├── node_modules 项目的依赖文件 ├── node_modules 项目的依赖文件
├── public ├── public
│ ├── assets 项目的静态资源,包括项目中的图片,其他静态资源 │ ├── assets 项目的静态资源,包括项目中的图片,其他静态资源
...@@ -50,6 +50,8 @@ yarn start ...@@ -50,6 +50,8 @@ yarn start
│ ├──tsconfig.json │ ├──tsconfig.json
│ ├──tslint.json │ ├──tslint.json
```
## 项目 ## 项目
表单的项目集成该表单也是非常方便,通过以下几个步骤来完成表单的项目集成; 表单的项目集成该表单也是非常方便,通过以下几个步骤来完成表单的项目集成;
...@@ -92,7 +94,7 @@ Q1:其中文件上传和图片上传组件由于场景参数不足,上传路 ...@@ -92,7 +94,7 @@ Q1:其中文件上传和图片上传组件由于场景参数不足,上传路
Q2:由于TypeScript校验可能会出现如下报错,需要去`tsconfig.json``compilerOptions`里添加对应校验规则 Q2:由于TypeScript校验可能会出现如下报错,需要去`tsconfig.json``compilerOptions`里添加对应校验规则
```sh ```
1.Parameter 'props' implicitly has an 'any' type. TS7006 1.Parameter 'props' implicitly has an 'any' type. TS7006
#添加 "noImplicitAny": false, #添加 "noImplicitAny": false,
2.'nextContext' is declared but its value is never read. TS6133 2.'nextContext' is declared but its value is never read. TS6133
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册