美文网首页
react使用typescript

react使用typescript

作者: 小番茄1009 | 来源:发表于2021-03-29 10:15 被阅读0次

1react的项目还未创建的时候

$ npx create-react-app my-app --typescript
$ # 或者
$ yarn create react-app my-app --typescript

2导入TypeScript添加到Create React App项目

$ npm install --save typescript @types/node @types/react @types/react-dom @types/jest
$ # 或者
$ yarn add typescript @types/node @types/react @types/react-dom @types/jest

3 重新启动项目!
参考:http://www.html.cn/create-react-app/docs/adding-typescript/

相关文章

网友评论

      本文标题:react使用typescript

      本文链接:https://www.haomeiwen.com/subject/vbgvhltx.html