poetries.github.io icon indicating copy to clipboard operation
poetries.github.io copied to clipboard

Typescript基础及结合React实践(一) | Poetry's Blog

Open poetries opened this issue 5 years ago • 1 comments

http://blog.poetries.top/2018/12/29/ts-intro-and-use-in-react/

第一部分 Typescript基础一、typescript 安装1npm i typescript -g 全局安装完成后,我们新建一个hello.ts的ts文件 12// hello.ts内容let a = "poet" 接下来我们在命令行输入tsc hello.ts来编译这个ts文件,然后会在同级目录生成一个编译好了的hello.js文件 12// hello.js内容var = "po

poetries avatar Dec 29 '18 08:12 poetries

对react + ts的新入门用户很详细,一步步介绍,同时配合了react全家桶生态进行了演示。

lijiawei0602 avatar Jul 24 '19 04:07 lijiawei0602