react 安装
先安装node ,npm
npm install yarn -g
npm install-g create-react-app
新建项目
create-react-app appName (项目的名字)
安装react-router-dom
npm install react-router-dom(项目的路由搭建)
如果项目有轮播图 (使用 swiper 插件)
react 安装
先安装node ,npm
npm install yarn -g
npm install-g create-react-app
新建项目
create-react-app appName (项目的名字)
安装react-router-dom
npm install react-router-dom(项目的路由搭建)
如果项目有轮播图 (使用 swiper 插件)