没有合适的资源?快使用搜索试试~ 我知道了~
Using-Typescript-with-React
共21个文件
tsx:4个
ts:4个
json:3个
需积分: 9 0 下载量 194 浏览量
2021-03-22
07:17:49
上传
评论
收藏 220KB ZIP 举报
温馨提示
与React一起使用打字稿 function makeTea ( temp : ' hot ' | ' cold '): string { return `Here is tea with temperature of ${temp}` } 在您的计算机上全局和本地安装Typescript $. npm install -g typescript tsconfig.json { "compilerOptions" : { "target" : "ES6" , "outDir" : "dist" , "strictNullChecks" : true } , "include" : [ "**/*.ts" ] } 我们并不总是需要在全球范围内安装打字稿,我们也可以在本地安装和使用打字稿。 $. npm i
资源推荐
资源详情
资源评论
收起资源包目录
Using-Typescript-with-React-main.zip (21个子文件)
Using-Typescript-with-React-main
README.md 15KB
app
public
manifest.json 492B
index.html 2KB
robots.txt 67B
favicon.ico 4KB
logo512.png 9KB
logo192.png 5KB
yarn.lock 497KB
src
index.tsx 500B
types.ts 112B
index.css 366B
components
Tasks.tsx 300B
Task.tsx 264B
App.tsx 344B
react-app-env.d.ts 40B
setupTests.ts 241B
reportWebVitals.ts 425B
tsconfig.json 535B
README.md 2KB
.gitignore 310B
package.json 962B
共 21 条
- 1
资源评论
可吸不是泥
- 粉丝: 28
- 资源: 4552
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功