使用create-react-app完善react移动端框架

本笔记主要记录使用create-react-app一步步完善react移动端框架的过程,包括引入react-router、redux、redux、less、antd等。点项目源码查看具体细节。javascript 一、项目初始化: npm install -g create-react-app // 安装全局命令 create-react-app my-app-demo // 建立项目 cd
相关文章
相关标签/搜索