react创建项目整体流程

npx create-react-app myprojiectname

cd 当前文件夹
npm run eject 显示配置文件
支持sass
cnpm i node-sass@4 --save
支持antd
cnpm i antd --save

redux需要安装 以下依赖:

cnpm install redux --save
cnpm install react-redux --save
cnpm install redux-actions --save
@connect装饰器报错处理
因为用到了es6/7的语法,需要安装babel转码
npm run eject //解除封装
cnpm install babel-plugin-transform-decorators-legacy --save-dev
cnpm install @babel/plugin-proposal-decorators --save-dev
在package.json中添加插件支持ES7
“babel”: {
“presets”: [
“react-app”
],
“plugins”: [
["@babel/plugin-proposal-decorators",{“legacy”: true}]
]
},
@connet语法报错
export default App语法需要分开写

跨域代理支持

cnpm i http-proxy-middleware -D

路由支持

cnpm i react-router-dom -S

axios ajax请求

cnpm i axios -S

echarts

npm install --save echarts-for-react
npm install --save echarts

路由

cnpm i react-router-dom -S

富文本编辑

cnpm install --save react-draft-wysiwyg draft-js

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值