ts重点学习146-搭建react_ts文件
安装react_ts环境并与react_js对比
- 安装一个react_js项目
npx create-react-app 项目名- 安装有个react_ts项目
npx create-react-app 项目名 --template typescript
安装react_ts环境并与react_js对比
- 安装一个react_js项目
npx create-react-app 项目名- 安装有个react_ts项目
npx create-react-app 项目名 --template typescript