摘要: 一、使用create-react-app创建一个支持TypeScript+React的开发环境: 要创建一个支持TypeScript的Create React App项目,可以运行: npx create-react-app my-app --template typescript # or yar 阅读全文
posted @ 2020-12-06 15:58 Samve 阅读(996) 评论(0) 推荐(0)