摘要: 一、官方推荐 Create React App Create React App只提供react开发环境,毕竟原始。诸如路由、仓库、api等等需要自己安装配置 常用命令: 普通构建项目:npx create-react-app my-app 或者 yarn create-react-app my-a 阅读全文
posted @ 2020-07-09 20:07 Sebastian·S·Pan 阅读(141) 评论(0) 推荐(0)